* lisp/net/tramp-cache.el (top): Use message' but format-message'.

This commit is contained in:
Michael Albinus 2015-08-26 10:32:02 +02:00
parent b12cfbfda0
commit 0cdcc50d16

View file

@ -440,8 +440,8 @@ for all methods. Resulting data are derived from connection history."
(clrhash tramp-cache-data))
(error
;; File is corrupted.
(format-message "Tramp persistency file `%s' is corrupted: %s"
tramp-persistency-file-name (error-message-string err))
(message "Tramp persistency file `%s' is corrupted: %s"
tramp-persistency-file-name (error-message-string err))
(clrhash tramp-cache-data))))
(add-hook 'tramp-unload-hook