reduce loglevel of absent corp api key

This commit is contained in:
Adarnof 2016-04-29 01:38:56 -04:00
parent 8fc660ad80
commit 4dbf014b31

View File

@ -147,7 +147,7 @@ class EveApiManager():
logger.debug("Got corp standings from settings: %s" % results)
return results
else:
logger.error("No corp API key supplied in settings. Unable to get standings.")
logger.warn("No corp API key supplied in settings. Unable to get standings.")
return {}
@staticmethod