[PATCH 4/6] printing: fix double space in debug statement

David Disseldorp ddiss at samba.org
Tue Nov 19 16:48:52 MST 2013


Signed-off-by: David Disseldorp <ddiss at samba.org>
---
 source3/printing/printing.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source3/printing/printing.c b/source3/printing/printing.c
index a989d81..67eb59e 100644
--- a/source3/printing/printing.c
+++ b/source3/printing/printing.c
@@ -1155,7 +1155,7 @@ static void set_updating_pid(const fstring sharename, bool updating)
 	slprintf(keystr, sizeof(keystr)-1, "UPDATING/%s", sharename);
     	key = string_tdb_data(keystr);
 
-	DEBUG(5, ("set_updating_pid: %s updating lpq cache for print share %s\n",
+	DEBUG(5, ("set_updating_pid: %supdating lpq cache for print share %s\n",
 		updating ? "" : "not ",
 		sharename ));
 
-- 
1.8.1.4



More information about the samba-technical mailing list