aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-03-07 22:13:50 +0100
committerAlex Legler <alex@a3li.li>2015-03-07 22:13:50 +0100
commit89afb65f423c9eb3e34c09596603e60fb8a96729 (patch)
treedfa2053f869e1af57b9b64483ecf33d416cdf539
parentone more minor fix (diff)
downloadbackend-89afb65f423c9eb3e34c09596603e60fb8a96729.tar.gz
backend-89afb65f423c9eb3e34c09596603e60fb8a96729.tar.bz2
backend-89afb65f423c9eb3e34c09596603e60fb8a96729.zip
Clarify error message
-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)