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

r23592: Change a debuglevel to not clutter output when calling

net as a non-root user, e.g.

Michael
(This used to be commit bbbfd7f41a)
This commit is contained in:
Michael Adam 2007-06-22 22:30:01 +00:00 committed by Gerald (Jerry) Carter
parent d1d2157153
commit e8f99045c4

View File

@ -3069,7 +3069,7 @@ static struct tdb_wrap *lp_regdb_open(void)
reg_tdb = tdb_wrap_open(NULL, lock_path("registry.tdb"), 0,
REG_TDB_FLAGS, O_RDWR, 0600);
if (!reg_tdb) {
DEBUG(0, ("lp_regdb_open: failed to open %s: %s\n",
DEBUG(1, ("lp_regdb_open: failed to open %s: %s\n",
lock_path("registry.tdb"), strerror(errno)));
goto done;
}