From 89afb65f423c9eb3e34c09596603e60fb8a96729 Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Sat, 7 Mar 2015 22:13:50 +0100 Subject: Clarify error message --- lib/storage.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-65-gdbad