From 0cdcc50d161035e74de55b0ff82c90730ff22136 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 26 Aug 2015 10:32:02 +0200 Subject: * lisp/net/tramp-cache.el (top): Use `message' but `format-message'. --- lisp/net/tramp-cache.el | 4 ++-- 1 file 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 -- cgit v1.2.3