1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

idmap_autorid: Add ntstatus to a debug message

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Volker Lendecke 2016-12-02 14:10:00 +00:00
parent 9fe42eb58e
commit 55daaf10dd

View File

@ -614,8 +614,9 @@ static NTSTATUS idmap_autorid_sid_to_id(struct idmap_tdb_common_context *common,
return NT_STATUS_NONE_MAPPED;
}
if (!NT_STATUS_IS_OK(ret)) {
DEBUG(3, ("Could not determine range for domain, "
"check previous messages for reason\n"));
DBG_NOTICE("Could not determine range for domain: %s, "
"check previous messages for reason\n",
nt_errstr(ret));
return ret;
}