Provide a bit more information in rfc-editor sync warnings.
- Legacy-Id: 10142
This commit is contained in:
parent
8ead04ea01
commit
42f58a3074
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue