1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-15 00:30:33 +03:00

CAPI: Make user-visible error text more obvious

Mostly call out this is 'Frontier CAPI' related.
This commit is contained in:
Athanasius 2021-05-21 14:23:35 +01:00
parent da6b4a16d9
commit 9cfa60ae26

View File

@ -541,7 +541,7 @@ class Session(object):
except Exception as e:
logger.debug('Attempting GET', exc_info=e)
raise ServerError(f'unable to get endpoint {endpoint}') from e
raise ServerError(f'Frontier CAPI query failure: {endpoint}') from e
if r.url.startswith(SERVER_AUTH):
logger.info('Redirected back to Auth Server')