s3-printing: add missing carriage return to debug str
[mat/samba.git] / source3 / printing / printing.c
index 23b143b4c62ba14b64d3da83a2ca8153bafb0deb..e0d6179c021805896b1403f315608e90029d18a6 100644 (file)
@@ -2728,7 +2728,7 @@ static WERROR print_job_spool_file(int snum, uint32_t jobid,
                        fstrcpy(pjob->filename, output_file);
 
                        DEBUG(3, ("print_job_spool_file:"
-                                 "External spooling activated"));
+                                 "External spooling activated\n"));
 
                        /* we do not open the file until spooling is done */
                        pjob->fd = -1;