Fixed error message.
authorueno <ueno>
Tue, 25 Apr 2006 06:05:24 +0000 (06:05 +0000)
committerueno <ueno>
Tue, 25 Apr 2006 06:05:24 +0000 (06:05 +0000)
epg.el

diff --git a/epg.el b/epg.el
index 0cf9722..cbb7c87 100644 (file)
--- a/epg.el
+++ b/epg.el
@@ -1237,7 +1237,7 @@ Otherwise, it makes a normal signature."
        (epg-wait-for-completion context)
        (if (epg-context-result-for context 'sign)
            (if (epg-context-result-for context 'error)
-               (message "Sign error: %S"
+               (message "Sign warning: %S"
                         (epg-context-result-for context 'error)))
          (if (epg-context-result-for context 'error)
              (error "Sign failed: %S"
@@ -1264,7 +1264,7 @@ Otherwise, it makes a normal signature."
        (epg-wait-for-completion context)
        (if (epg-context-result-for context 'sign)
            (if (epg-context-result-for context 'error)
-               (message "Sign error: %S"
+               (message "Sign warning: %S"
                         (epg-context-result-for context 'error)))
          (if (epg-context-result-for context 'error)
              (error "Sign failed: %S"
@@ -1333,7 +1333,7 @@ If RECIPIENTS is nil, it performs symmetric encryption."
        (if sign
            (if (epg-context-result-for context 'sign)
                (if (epg-context-result-for context 'error)
-                   (message "Sign error: %S"
+                   (message "Sign warning: %S"
                             (epg-context-result-for context 'error)))
              (if (epg-context-result-for context 'error)
                  (error "Sign failed: %S"
@@ -1364,7 +1364,7 @@ If RECIPIENTS is nil, it performs symmetric encryption."
        (if sign
            (if (epg-context-result-for context 'sign)
                (if (epg-context-result-for context 'error)
-                   (message "Sign error: %S"
+                   (message "Sign warning: %S"
                             (epg-context-result-for context 'error)))
              (if (epg-context-result-for context 'error)
                  (error "Sign failed: %S"