s4-dsdb: raise debug level for backlink errors
authorAndrew Tridgell <tridge@samba.org>
Tue, 12 Jul 2011 01:25:39 +0000 (11:25 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 13 Jul 2011 10:51:05 +0000 (12:51 +0200)
when dbcheck is fixing missing backlinks we don't want a DEBUG 0
message

Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>

source4/dsdb/samdb/ldb_modules/repl_meta_data.c

index 1511b447eeff1715fc685fdedf2d2c5990abbe00..168fbf00f306bc803d43d7313ab8825270879142 100644 (file)
@@ -258,7 +258,7 @@ static int replmd_process_backlink(struct ldb_module *module, struct la_backlink
                /* we allow LDB_ERR_NO_SUCH_ATTRIBUTE as success to
                   cope with possible corruption where the backlink has
                   already been removed */
-               DEBUG(0,("WARNING: backlink from %s already removed from %s - %s\n",
+               DEBUG(3,("WARNING: backlink from %s already removed from %s - %s\n",
                         ldb_dn_get_linearized(target_dn),
                         ldb_dn_get_linearized(source_dn),
                         ldb_errstring(ldb)));