Provide a bit more information in rfc-editor sync warnings.

- Legacy-Id: 10142
This commit is contained in:
Henrik Levkowetz 2015-10-07 18:52:11 +00:00
parent 8ead04ea01
commit 42f58a3074

View file

@ -147,7 +147,7 @@ def update_drafts_from_queue(drafts):
continue
if not state or state not in state_mapping:
warnings.append("unknown state '%s'" % state)
warnings.append("unknown state '%s' for %s" % (state, name))
continue
d = drafts_in_db[name]