Skip to content

Commit

Permalink
Necessary period
Browse files Browse the repository at this point in the history
  • Loading branch information
buntine committed Oct 5, 2017
1 parent 335d92f commit 6fca994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laserdriftd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if not opts.players:
sys.exit(1)

if opts.daemon and not opts.logfile:
logging.error("Log file must be specified when running as a daemon")
logging.error("Log file must be specified when running as a daemon.")
sys.exit(1)

opts.players.sort()
Expand Down

0 comments on commit 6fca994

Please sign in to comment.