Skip to content

Commit

Permalink
* net/tramp-cache.el (tramp-flush-connection-property): Add trace mes…
Browse files Browse the repository at this point in the history
…sage.
  • Loading branch information
albinus committed Oct 7, 2009
1 parent 345d884 commit 01c4937
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lisp/net/tramp-cache.el
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,13 @@ KEY identifies the connection, it is either a process or a vector."
(when (vectorp key)
(setq key (copy-sequence key))
(aset key 3 nil))
(tramp-message
key 7 "%s %s" key
(let (properties)
(maphash
(lambda (x y) (add-to-list 'properties x 'append))
(gethash key tramp-cache-data))
properties))
(setq tramp-cache-data-changed t)
(remhash key tramp-cache-data))

Expand Down

0 comments on commit 01c4937

Please sign in to comment.