From d9d8b837b6c57e97a9702aaa04c62077e319f415 Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Sun, 20 Oct 2013 21:18:23 +0200 Subject: printing: fix double space in debug statement Signed-off-by: David Disseldorp Reviewed-by: Guenther Deschner --- source3/printing/printing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/printing/printing.c') diff --git a/source3/printing/printing.c b/source3/printing/printing.c index a989d816632..67eb59e185f 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 )); -- cgit v1.2.1