Index: packetbl.c ================================================================== --- packetbl.c +++ packetbl.c @@ -404,11 +404,11 @@ default: actionstr="???"; break; } if (!conf.quiet) { - if (config.debug == 0) { + if (conf.debug == 0) { syslog(LOG_INFO, "[Found in cache (%s)] [%s]", actionstr, msgbuf); } else { fprintf(stderr, "[Found in cache (%s)] [%s]", actionstr, msgbuf);