summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2015-08-26 10:32:02 +0200
committerMichael Albinus <michael.albinus@gmx.de>2015-08-26 10:32:02 +0200
commit0cdcc50d161035e74de55b0ff82c90730ff22136 (patch)
tree684c3e537e7ff5cdd7f4be82b7961b35f195e1d9
parentb12cfbfda0141e7312bff4b466f35da4debc438d (diff)
* lisp/net/tramp-cache.el (top): Use `message' but `format-message'.
-rw-r--r--lisp/net/tramp-cache.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el
index 8f60ac401f..bfcfe15828 100644
--- a/lisp/net/tramp-cache.el
+++ b/lisp/net/tramp-cache.el
@@ -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