diff options
Diffstat (limited to 'src/db/sysdb_ops.c')
-rw-r--r-- | src/db/sysdb_ops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/sysdb_ops.c b/src/db/sysdb_ops.c index 33cfd91f..618b8108 100644 --- a/src/db/sysdb_ops.c +++ b/src/db/sysdb_ops.c @@ -147,7 +147,7 @@ static int sldb_request_callback(struct ldb_request *ldbreq, int err; if (!ldbreply) { - DEBUG(6, ("Error: Missing ldbreply")); + DEBUG(6, ("Error: Missing ldbreply\n")); ERROR_OUT(err, EIO, fail); } @@ -1314,7 +1314,7 @@ static void sysdb_get_new_id_base(struct tevent_req *subreq) case LDB_REPLY_ENTRY: if (state->base) { DEBUG(1, ("More than one reply for a base search ?! " - "DB seems corrupted, aborting.")); + "DB seems corrupted, aborting.\n")); tevent_req_error(req, EFAULT); return; } |