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:
parent
a299de85ab
commit
d9d8b837b6
@ -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 ));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user