From b2ddea94ccf6bd18bc0b8397239270c369293fd7 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 17 Mar 2014 12:42:41 +0100 Subject: [PATCH] autorid: improve wording in a debug message Signed-off-by: Michael Adam Reviewed-by: Stefan Metzmacher --- source3/winbindd/idmap_autorid_tdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/idmap_autorid_tdb.c b/source3/winbindd/idmap_autorid_tdb.c index 21e15089e9e..8d5d71ee066 100644 --- a/source3/winbindd/idmap_autorid_tdb.c +++ b/source3/winbindd/idmap_autorid_tdb.c @@ -327,7 +327,7 @@ static NTSTATUS idmap_autorid_getrange_int(struct db_context *db, DEBUG(10, ("reading domain range for key %s\n", keystr)); status = dbwrap_fetch_uint32_bystring(db, keystr, &(range->rangenum)); if (!NT_STATUS_IS_OK(status)) { - DEBUG(1, ("Failed to read database for key '%s': %s\n", + DEBUG(1, ("Failed to read database record for key '%s': %s\n", keystr, nt_errstr(status))); goto done; } -- 2.11.4.GIT