projects
/
pgarchives.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5709dde
)
Make error message on messageid-refind-failure more helpful
author
Magnus Hagander
<magnus@hagander.net>
Fri, 6 Jul 2018 17:47:11 +0000
(19:47 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Fri, 6 Jul 2018 17:47:32 +0000
(19:47 +0200)
loader/lib/storage.py
patch
|
blob
|
blame
|
history
diff --git
a/loader/lib/storage.py
b/loader/lib/storage.py
index 9f43491c93499810dbbec0ee5548548049379cdb..4eaf33d4b2477fb500d9c8481a93671fe4251aee 100644
(file)
--- a/
loader/lib/storage.py
+++ b/
loader/lib/storage.py
@@
-88,7
+88,7
@@
class ArchivesParserStorage(ArchivesParser):
return True
if overwrite:
- raise Exception("Attempt to overwrite message
that doesn't exist!"
)
+ raise Exception("Attempt to overwrite message
(%s) that doesn't exist on list %s!" % (self.msgid, listid)
)
# Always purge the primary list for this thread
self.purge_list(listid, self.date.year, self.date.month)