s3-spoolss: add missing newline in debug message of _spoolss_OpenPrinterEx.
authorGünther Deschner <gd@samba.org>
Thu, 25 Aug 2016 15:10:09 +0000 (17:10 +0200)
committerJeremy Allison <jra@samba.org>
Sun, 11 Sep 2016 17:57:25 +0000 (19:57 +0200)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpc_server/spoolss/srv_spoolss_nt.c

index 5a8328c24bc4ac014e6ab715fa4e50f09a8cae5f..aa7e821a9e30362f60f57704a34542c42dcea8d7 100644 (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;
                        }