nfq: suppress debug message using info level

pull/5325/head
Victor Julien 6 years ago
parent 797a128256
commit c39101bbec

@ -375,7 +375,7 @@ static inline void NFQMutexInit(NFQQueueVars *nq)
if (active_runmode && !strcmp("workers", active_runmode)) {
nq->use_mutex = 0;
runmode_workers = 1;
SCLogInfo("NFQ running in 'workers' runmode, will not use mutex.");
SCLogDebug("NFQ running in 'workers' runmode, will not use mutex.");
} else {
nq->use_mutex = 1;
runmode_workers = 0;

Loading…
Cancel
Save