From: Christian Ambach Date: Fri, 19 Apr 2013 09:20:38 +0000 (+0200) Subject: s3:registry increase a debug level X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=47f8e210436d89f00eca52d4784a544ab25b9ac8 s3:registry increase a debug level do not clutter the logs Reviewed-by: Volker Lendecke Signed-off-by: Christian Ambach --- diff --git a/source3/registry/reg_perfcount.c b/source3/registry/reg_perfcount.c index cfefb1fb9515..82e5624d4703 100644 --- a/source3/registry/reg_perfcount.c +++ b/source3/registry/reg_perfcount.c @@ -77,7 +77,7 @@ uint32 reg_perfcount_get_base_index(void) names = tdb_open_log(fname, 0, TDB_DEFAULT, O_RDONLY, 0444); if ( !names ) { - DEBUG(1, ("reg_perfcount_get_base_index: unable to open [%s].\n", fname)); + DEBUG(2, ("reg_perfcount_get_base_index: unable to open [%s].\n", fname)); return 0; } /* needs to read the value of key "1" from the counter_names.tdb file, as that is