diff options
author | David Disseldorp <ddiss@samba.org> | 2012-11-27 14:39:41 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2012-11-29 13:39:56 +0100 |
commit | e19da78ce0cf9586efa4644dc4ca5ef9cc8962f9 (patch) | |
tree | 3f9251e8a5e3ce965859689c5078285bdac9f7b1 /source3 | |
parent | 21bd2787ae2a8864f0661b102d53bd102dbfd9f6 (diff) | |
download | samba-e19da78ce0cf9586efa4644dc4ca5ef9cc8962f9.tar.gz samba-e19da78ce0cf9586efa4644dc4ca5ef9cc8962f9.tar.bz2 samba-e19da78ce0cf9586efa4644dc4ca5ef9cc8962f9.zip |
s3-printing: add missing carriage return to debug str
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/printing/printing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/printing.c b/source3/printing/printing.c index 23b143b4c6..e0d6179c02 100644 --- a/source3/printing/printing.c +++ b/source3/printing/printing.c @@ -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; |