s3:registry: drop log level of unknown regdb version message in regdb_init() to 0
authorMichael Adam <obnox@samba.org>
Tue, 30 Aug 2011 13:59:30 +0000 (15:59 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 11 Oct 2011 13:21:14 +0000 (15:21 +0200)
source3/registry/reg_backend_db.c

index ddccaad463324e0958001d5fb1e1d538da3b11f6..44f84939e0d23ce6b94453ee515b3f958e1afca9 100644 (file)
@@ -613,7 +613,7 @@ WERROR regdb_init(void)
        }
 
        if (vers_id > expected_version || vers_id == 0) {
-               DEBUG(1, ("regdb_init: unknown registry version %d "
+               DEBUG(0, ("regdb_init: unknown registry version %d "
                          "(code version = %d), refusing initialization\n",
                          vers_id, expected_version));
                return WERR_CAN_NOT_COMPLETE;