lowering default debug level to 1

This commit is contained in:
Olga Kornievskaia 2012-02-15 15:56:28 -05:00 committed by unknown
parent 5d60157e7c
commit 60b73b282d

View file

@ -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 */