From 42f58a30749fc05f1ab109cd4acaee33980715ee Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 7 Oct 2015 18:52:11 +0000 Subject: [PATCH] Provide a bit more information in rfc-editor sync warnings. - Legacy-Id: 10142 --- ietf/sync/rfceditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/sync/rfceditor.py b/ietf/sync/rfceditor.py index 32ecc3838..36aa929d9 100644 --- a/ietf/sync/rfceditor.py +++ b/ietf/sync/rfceditor.py @@ -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]