* lisp/net/tramp-cache.el (top): Use message' but
format-message'.
This commit is contained in:
parent
b12cfbfda0
commit
0cdcc50d16
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue