diff options
author | Christian Ambach <ambi@samba.org> | 2013-04-19 11:20:38 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2013-04-19 13:16:38 +0200 |
commit | 47f8e210436d89f00eca52d4784a544ab25b9ac8 (patch) | |
tree | a7ce9083513ed16b45020b346700c79f131db118 /source3/registry | |
parent | 165b7aa58690cbc6a288b70e5690bf2e93f3ca62 (diff) | |
download | samba-47f8e210436d89f00eca52d4784a544ab25b9ac8.tar.gz samba-47f8e210436d89f00eca52d4784a544ab25b9ac8.tar.bz2 samba-47f8e210436d89f00eca52d4784a544ab25b9ac8.zip |
s3:registry increase a debug level
do not clutter the logs
Reviewed-by: Volker Lendecke <vl@samba.org>
Signed-off-by: Christian Ambach <ambi@samba.org>
Diffstat (limited to 'source3/registry')
-rw-r--r-- | source3/registry/reg_perfcount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_perfcount.c b/source3/registry/reg_perfcount.c index cfefb1fb95..82e5624d47 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 |