Fix misleading log message reported in #985.
This commit is contained in:
parent
dedebd48dd
commit
770d0efa3a
@ -47,12 +47,12 @@ def json_processing_callback(entry):
|
|||||||
Send an HTTP post to the registered callback url, if any.
|
Send an HTTP post to the registered callback url, if any.
|
||||||
'''
|
'''
|
||||||
if not entry.processing_metadata:
|
if not entry.processing_metadata:
|
||||||
_log.debug('No processing callback for {0}'.format(entry))
|
_log.debug('No metadata processing callback for {0}'.format(entry))
|
||||||
return
|
return
|
||||||
|
|
||||||
url = entry.processing_metadata[0].callback_url
|
url = entry.processing_metadata[0].callback_url
|
||||||
|
|
||||||
_log.debug('Sending processing callback for {0} ({1})'.format(
|
_log.debug('Sending metadata processing callback for {0} ({1})'.format(
|
||||||
entry,
|
entry,
|
||||||
url))
|
url))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user