# HG changeset patch # User Michael Albinus # Date 1254914830 0 # Node ID 3b3d1d59e3754ebbeef0f570a1e4994e1e43cc54 # Parent c2d3ff52ae2722c4a8a00e24414e5b4fe75d5c70 * net/tramp-cache.el (tramp-flush-connection-property): Add trace message. diff -r c2d3ff52ae27 -r 3b3d1d59e375 lisp/net/tramp-cache.el --- a/lisp/net/tramp-cache.el Wed Oct 07 10:20:04 2009 +0000 +++ b/lisp/net/tramp-cache.el Wed Oct 07 11:27:10 2009 +0000 @@ -238,6 +238,13 @@ (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))