1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3-spoolss: add missing newline in debug message of _spoolss_OpenPrinterEx.

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Günther Deschner 2016-08-25 17:10:09 +02:00 committed by Jeremy Allison
parent bed0d84550
commit 24b5a44c7d

View File

@ -1819,9 +1819,8 @@ WERROR _spoolss_OpenPrinterEx(struct pipes_struct *p,
close_printer_handle(p, r->out.handle);
ZERO_STRUCTP(r->out.handle);
DEBUG(3,("access DENIED as user is not root, "
"has no printoperator privilege, "
"not a member of the printoperator builtin group and "
"is not in printer admin list"));
"has no printoperator privilege and is "
"not a member of the printoperator builtin group\n"));
return WERR_ACCESS_DENIED;
}