mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-06-14 22:17:34 +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(
|
||||
'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:
|
||||
|
||||
Reference in New Issue
Block a user