aboutsummaryrefslogtreecommitdiff
path: root/modules/auth-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/auth-config.el')
-rw-r--r--modules/auth-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auth-config.el b/modules/auth-config.el
index f2df1746..02fc7858 100644
--- a/modules/auth-config.el
+++ b/modules/auth-config.el
@@ -158,7 +158,7 @@ Use this when you see errors like:
(let ((result (shell-command "echo RELOADAGENT | gpg-connect-agent")))
(if (zerop result)
(message "✓ Emacs and gpg-agent caches cleared. Next access will prompt for password.")
- (message "⚠ Warning: Failed to clear gpg-agent cache")))
+ (message "⚠ Emacs caches cleared, but failed to clear gpg-agent cache")))
(message "✓ Emacs caches cleared. GPG/SSH passphrases preserved for session.")))
(defun cj/kill-gpg-agent ()