diff options
| author | Michael Adam <obnox@samba.org> | 2014-03-20 12:38:31 +0100 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-04-03 00:26:28 +0200 |
| commit | 801556fbfdc8ff3ea3845348bf29826e5ccbc71e (patch) | |
| tree | fef40ca015392a832a5725fc6b188b087853de23 /source3 | |
| parent | d9c216343b787502c91e88ed19b43810db8352f1 (diff) | |
| download | samba-801556fbfdc8ff3ea3845348bf29826e5ccbc71e.tar.gz samba-801556fbfdc8ff3ea3845348bf29826e5ccbc71e.tar.xz samba-801556fbfdc8ff3ea3845348bf29826e5ccbc71e.zip | |
autorid: in idmap_autorid_saveconfig, add a debug msg when loading gives error
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3')
| -rw-r--r-- | source3/winbindd/idmap_autorid_tdb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/idmap_autorid_tdb.c b/source3/winbindd/idmap_autorid_tdb.c index 04b7fd4674..cbd9080146 100644 --- a/source3/winbindd/idmap_autorid_tdb.c +++ b/source3/winbindd/idmap_autorid_tdb.c @@ -879,6 +879,8 @@ NTSTATUS idmap_autorid_saveconfig(struct db_context *db, DEBUG(5, ("No configuration found. Storing initial " "configuration.\n")); } else if (!NT_STATUS_IS_OK(status)) { + DEBUG(1, ("Error loading configuration: %s\n", + nt_errstr(status))); goto done; } |
