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:
parent
da6b4a16d9
commit
9cfa60ae26
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user