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:
parent
bed0d84550
commit
24b5a44c7d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user