1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

printing: fix double space in debug statement

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
This commit is contained in:
David Disseldorp 2013-10-20 21:18:23 +02:00 committed by Günther Deschner
parent a299de85ab
commit d9d8b837b6

View 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 ));