From fb4804a4cafbad5725e350fb34f6d80a1273590f Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 3 May 2018 19:32:10 +0000 Subject: [PATCH] Fixed an incorrect file name in a log message. - Legacy-Id: 15115 --- ietf/bin/rfc-editor-index-updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/bin/rfc-editor-index-updates b/ietf/bin/rfc-editor-index-updates index 9465b6bae..2af69219f 100755 --- a/ietf/bin/rfc-editor-index-updates +++ b/ietf/bin/rfc-editor-index-updates @@ -36,7 +36,7 @@ from ietf.utils.pipe import pipe from ietf.doc.utils import rebuild_reference_relations import ietf.sync.rfceditor -syslog.syslog("Updating document metadata from RFC index from %s" % settings.RFC_EDITOR_QUEUE_URL) +syslog.syslog("Updating document metadata from RFC index from %s" % settings.RFC_EDITOR_INDEX_URL) response = ietf.sync.rfceditor.fetch_index_xml(settings.RFC_EDITOR_INDEX_URL) data = ietf.sync.rfceditor.parse_index(response)