Skip to content

Commit 42f58a3

Browse files
committed
Provide a bit more information in rfc-editor sync warnings.
- Legacy-Id: 10142
1 parent 8ead04e commit 42f58a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/sync/rfceditor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def update_drafts_from_queue(drafts):
147147
continue
148148

149149
if not state or state not in state_mapping:
150-
warnings.append("unknown state '%s'" % state)
150+
warnings.append("unknown state '%s' for %s" % (state, name))
151151
continue
152152

153153
d = drafts_in_db[name]

0 commit comments

Comments
 (0)