Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Commit

Permalink
Fixed issue 34 - Onionbalance fails without log message if it cannot …
Browse files Browse the repository at this point in the history
…read the private key
  • Loading branch information
csucu committed Aug 19, 2016
1 parent 66fd37d commit 8bc9abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onionbalance/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def initialize_services(controller, services_config):
service.get("key"))
sys.exit(1)
elif e.errno == errno.EACCES:
logger.error("Permission denied to private key %s."
logger.error("Permission denied to private key %s.",
service.get("key"))
sys.exit(1)
else:
Expand Down

0 comments on commit 8bc9abb

Please sign in to comment.