Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Booth Daemon Arguments: Enable stderr for foregound mode
  • Loading branch information
Chris Kowalczyk committed Jul 13, 2017
commit 082b07aef1ec9af94ed4289e305f062346ff93f5
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,7 @@ static int read_arguments(int argc, char **argv)

case 'S':
daemonize = 0;
enable_stderr = 1;
break;

case 'l':
Expand Down