diff options
| author | Michael Adam <obnox@samba.org> | 2014-03-17 12:42:41 +0100 |
|---|---|---|
| committer | Michael Adam <obnox@samba.org> | 2014-04-25 15:35:09 +0200 |
| commit | b2ddea94ccf6bd18bc0b8397239270c369293fd7 (patch) | |
| tree | 1cc325d7a68c10ed5ca26b4d8b1f976a8dd87c92 /source3 | |
| parent | 840813793ab974b1acb1ca803188f18e87ae4dbb (diff) | |
| download | samba-b2ddea94ccf6bd18bc0b8397239270c369293fd7.tar.gz samba-b2ddea94ccf6bd18bc0b8397239270c369293fd7.tar.xz samba-b2ddea94ccf6bd18bc0b8397239270c369293fd7.zip | |
autorid: improve wording in a debug message
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3')
| -rw-r--r-- | source3/winbindd/idmap_autorid_tdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_autorid_tdb.c b/source3/winbindd/idmap_autorid_tdb.c index 21e15089e9..8d5d71ee06 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; } |
