mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-06-27 23:46:33 +08:00
Fix arguments passed to log.debug
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
This commit is contained in:
@@ -79,7 +79,7 @@ class Greenwave(object):
|
|||||||
|
|
||||||
log.debug(
|
log.debug(
|
||||||
'Query to Greenwave (%s) result: status=%d, content="%s"',
|
'Query to Greenwave (%s) result: status=%d, content="%s"',
|
||||||
(kwargs["url"], response.status_code, resp_json)
|
kwargs["url"], response.status_code, resp_json
|
||||||
)
|
)
|
||||||
|
|
||||||
if response.status_code == 200:
|
if response.status_code == 200:
|
||||||
|
|||||||
Reference in New Issue
Block a user