Cleanup logging, add stats for strlists.
[apps/pfixtools.git] / postlicyd / greylist.c
index 936f0e2..b2ea86c 100644 (file)
@@ -105,7 +105,6 @@ static TCBDB *greylist_db_get(const greylist_config_t *config,
         char tmppath[PATH_MAX];
         snprintf(tmppath, PATH_MAX, "%s.tmp", path);
 
-        info("database cleanup started");
         awl_db = tcbdbnew();
         if (tcbdbopen(awl_db, path, BDBOREADER)) {
             tmp_db = tcbdbnew();