From: Andreas Schneider Date: Wed, 25 May 2016 11:39:29 +0000 (+0200) Subject: s3-smbspool: Log to stderr X-Git-Tag: samba-4.3.10~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=411299181b7848cd9deae3c645b915477148fcd5;p=thirdparty%2Fsamba.git 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 Reviewed-by: Michael Adam (cherry picked from commit e59e0a5481196b1ddda0393306c514b8c32d6ea0) --- diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c index 7161e86468e..ded14bf772f 100644 --- a/source3/client/smbspool.c +++ b/source3/client/smbspool.c @@ -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();