Skip to content

Commit

Permalink
Better log of what occured.
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 committed Dec 7, 2017
1 parent 059c9dd commit 59f3986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/core/VolttronCentral/volttroncentral/platforms.py
Expand Up @@ -466,7 +466,7 @@ def store_agent_config(self, session_user, params):
self._log.debug("Calling store_agent_config on external platform.")
self.call("store_agent_config", **params)
except Exception as e:
self._log.error(str(e))
self._log.error(repr(e))
return jsonrpc.json_error(message_id, INTERNAL_ERROR,
str(e))
config_name = params.get("config_name")
Expand Down

0 comments on commit 59f3986

Please sign in to comment.