mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 15:27:14 +03:00
companion: Cite endpoint in capi_single_query() logging
This commit is contained in:
parent
df384c73a1
commit
d6c74c269d
@ -783,7 +783,7 @@ class Session(object):
|
||||
return capi_data
|
||||
|
||||
try:
|
||||
logger.trace_if('capi.worker', 'Sending HTTP request...')
|
||||
logger.trace_if('capi.worker', f'Sending HTTP request for {capi_endpoint} ...')
|
||||
if conf_module.capi_pretend_down:
|
||||
raise ServerConnectionError(f'Pretending CAPI down: {capi_endpoint}')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user