1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-25 14:50:24 +03:00

lib:cmdline: fix a comment

The default log target was changed in 726ccf1d56b2979c827dd8586d1aeb6cb8de236c
(as a side effect), but the comment was only partially updated.

This patch fixes the comment by completing the orignal change to
correctly reflect current behavior.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Sep 21 20:28:49 UTC 2021 on sn-devel-184
This commit is contained in:
Michael Adam 2021-09-20 13:27:59 +02:00 committed by Jeremy Allison
parent e50083ceb8
commit 9a24d8e491

View File

@ -67,8 +67,8 @@ bool samba_cmdline_init_common(TALLOC_CTX *mem_ctx)
fault_setup();
/*
* Log to stdout by default.
* This can be changed to stderr using the option: --debug-stdout
* Log to stderr by default.
* This can be changed to stdout using the option: --debug-stdout
*/
setup_logging(getprogname(), DEBUG_DEFAULT_STDERR);