1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3-smbspool: Log to stderr

This way we will be able to see the log in the cups logs and are able to
debug issues.

https://bugzilla.samba.org/show_bug.cgi?id=11935

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Andreas Schneider 2016-05-25 13:39:29 +02:00 committed by Andreas Schneider
parent 5af28c93dc
commit e59e0a5481

View File

@ -250,7 +250,7 @@ main(int argc, /* I - Number of command-line arguments */
* Setup the SAMBA server state...
*/
setup_logging("smbspool", DEBUG_STDOUT);
setup_logging("smbspool", DEBUG_STDERR);
smb_init_locale();