Log filename of faulty steam config file

This commit is contained in:
Mathieu Comandon 2017-06-13 20:43:46 -07:00
parent b7e40cc284
commit 29db646e8f

View file

@ -74,7 +74,7 @@ def read_config(steam_data_dir):
try:
config = config['InstallConfigStore']['Software']['Valve']['Steam']
except KeyError as e:
logger.debug("Steam config empty: %s" % e)
logger.error("Steam config %s is empty: %s", config_filename, e)
return
else:
return config