Skip to content

Commit

Permalink
Merge pull request #22 from marceloleitner/logfile
Browse files Browse the repository at this point in the history
netserver: suppress debug log by default
  • Loading branch information
kirbychris authored Jun 13, 2018
2 parents 84473f3 + 6966fc8 commit 859128b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netserver.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ int daemon_parent = 0;
int not_inetd;
int want_daemonize;
int spawn_on_accept;
int suppress_debug = 0;
int suppress_debug = 1;

extern char *optarg;
extern int optind, opterr;
Expand Down

0 comments on commit 859128b

Please sign in to comment.