Skip to content

Commit

Permalink
fixed motion daemon "-d" argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrisan committed Nov 1, 2015
1 parent 075c25d commit 8f9836e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motioneye/motionctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ def start(deferred=False):

args = [program,
'-n',
'-d',
'-c', motion_config_path]

args.append('-d')
if settings.LOG_LEVEL == logging.DEBUG:
args.append('9')

Expand Down

0 comments on commit 8f9836e

Please sign in to comment.