diff options
author | Christof Schmitt <cs@samba.org> | 2015-07-08 15:16:33 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2015-07-10 06:33:07 +0200 |
commit | 57e2c0dfa6a66b5ad27748f3d7e675a74675e14f (patch) | |
tree | 8628513a5f2d204245e278827281a83f8317a2a7 /source3/utils | |
parent | 5f208135316ed80cb33467d4f5bd0b5f3077c30e (diff) | |
download | samba-57e2c0dfa6a66b5ad27748f3d7e675a74675e14f.tar.gz |
smbcontrol: Set internal log level to 0
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/smbcontrol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/smbcontrol.c b/source3/utils/smbcontrol.c index 8ea4309f975..d1eb7ddf509 100644 --- a/source3/utils/smbcontrol.c +++ b/source3/utils/smbcontrol.c @@ -1553,6 +1553,7 @@ int main(int argc, const char **argv) smb_init_locale(); setup_logging(argv[0], DEBUG_STDOUT); + lp_set_cmdline("log level", "0"); /* Parse command line arguments using popt */ |