From 24b5a44c7d5b39ec97bf75dbf8115e28e46d6006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Thu, 25 Aug 2016 17:10:09 +0200 Subject: [PATCH] s3-spoolss: add missing newline in debug message of _spoolss_OpenPrinterEx. Guenther Signed-off-by: Guenther Deschner Reviewed-by: Jeremy Allison --- source3/rpc_server/spoolss/srv_spoolss_nt.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source3/rpc_server/spoolss/srv_spoolss_nt.c b/source3/rpc_server/spoolss/srv_spoolss_nt.c index 5a8328c24bc..aa7e821a9e3 100644 --- a/source3/rpc_server/spoolss/srv_spoolss_nt.c +++ b/source3/rpc_server/spoolss/srv_spoolss_nt.c @@ -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; }