1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4-dsdb: give full error message for operational failures

This commit is contained in:
Andrew Tridgell 2010-11-28 14:32:51 +11:00
parent 74d373d0f7
commit 6cd01c9665

View File

@ -672,8 +672,8 @@ static int operational_search_post_process(struct ldb_module *module,
failed:
ldb_debug_set(ldb, LDB_DEBUG_WARNING,
"operational_search_post_process failed for attribute '%s'",
attrs_from_user[a]);
"operational_search_post_process failed for attribute '%s' - %s",
attrs_from_user[a], ldb_errstring(ldb));
return -1;
}