summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/printing/printing.c2
1 files changed, 1 insertions, 1 deletions
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 ));