lowering default debug level to 1
This commit is contained in:
parent
5d60157e7c
commit
60b73b282d
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ static bool_t parse_cmdlineargs(int argc, TCHAR *argv[], nfsd_args *out)
|
|||
int i;
|
||||
|
||||
/* set defaults. */
|
||||
out->debug_level = 2;
|
||||
out->debug_level = 1;
|
||||
out->ldap_enable = TRUE;
|
||||
|
||||
/* parse command line */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue