r23592: Change a debuglevel to not clutter output when calling
authorMichael Adam <obnox@samba.org>
Fri, 22 Jun 2007 22:30:01 +0000 (22:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:34 +0000 (12:23 -0500)
net as a non-root user, e.g.

Michael

source/param/loadparm.c

index a04c0f2fbd9065b06b7d400d9880191193e0e1c3..f654dff37ffb8e4ca1441caf9ce7ad5ad1ee29fe 100644 (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;
        }