From 93201a64a30dc558d80962e25d429c5e88939a02 Mon Sep 17 00:00:00 2001 From: Frank Lahm Date: Fri, 17 Aug 2012 15:40:56 +0200 Subject: [PATCH] Adjust loglevel Running dbd on an active volume resulted in a diagnostic warning to be issued that the BerkeleyDB environmnet couldn't be removed. This message is now only shown with -v. --- etc/cnid_dbd/dbif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/cnid_dbd/dbif.c b/etc/cnid_dbd/dbif.c index fc251a76..1fc69e80 100644 --- a/etc/cnid_dbd/dbif.c +++ b/etc/cnid_dbd/dbif.c @@ -808,7 +808,7 @@ int dbif_env_remove(const char *path) LOG(log_debug, logtype_cnid, "Trying to remove BerkeleyDB environment"); if (get_lock(LOCK_EXCL, path) != LOCK_EXCL) { - LOG(log_warning, logtype_cnid, "CNID db \"%s\" in use, can't remove BerkeleyDB environment", path); + LOG(log_debug, logtype_cnid, "CNID db \"%s\" in use, can't remove BerkeleyDB environment", path); return 0; } -- 2.39.2