aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/storage.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/storage.rb b/lib/storage.rb
index 56f3ef0..6ba4026 100644
--- a/lib/storage.rb
+++ b/lib/storage.rb
@@ -160,7 +160,7 @@ module Ag::Storage
begin
identifier = message['X-Archives-Hash'].value
rescue NoMethodError
- raise 'No archives hash'
+ raise 'No archives hash found in the message headers'
end
raw_parent = Ag::Threading.get_parent_message_id(message)