mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
ctdb: Add missing newline to logging message
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
def62de106
commit
9769b594f4
@ -745,7 +745,7 @@ static void daemon_request_call_from_client(struct ctdb_client *client,
|
||||
|
||||
ctdb_db = find_ctdb_db(client->ctdb, c->db_id);
|
||||
if (!ctdb_db) {
|
||||
DEBUG(DEBUG_ERR, (__location__ " Unknown database in request. db_id==0x%08x",
|
||||
DEBUG(DEBUG_ERR, (__location__ " Unknown database in request. db_id==0x%08x\n",
|
||||
c->db_id));
|
||||
CTDB_DECREMENT_STAT(ctdb, pending_calls);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user