printing: fix double space in debug statement
authorDavid Disseldorp <ddiss@samba.org>
Sun, 20 Oct 2013 19:18:23 +0000 (21:18 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 20 Nov 2013 07:16:40 +0000 (08:16 +0100)
Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/printing/printing.c

index a989d816632d8fee2c823f16fc5fe6c6808493ca..67eb59e185fe6a976a16bddd33dca135df6b273c 100644 (file)
@@ -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 ));