util/log: Include device name with thread count

pull/6629/head
Jeff Lucovsky 4 years ago committed by Victor Julien
parent 1c1c21be9e
commit 84ee01dbe9

@ -260,7 +260,7 @@ static int RunModeSetLiveCaptureWorkersForDevice(ConfigIfaceThreadsCountFunc Mod
threads_count = 1;
} else {
threads_count = MIN(ModThreadsCount(aconf), thread_max);
SCLogInfo("Going to use %" PRId32 " thread(s)", threads_count);
SCLogInfo("Going to use %" PRId32 " thread(s) for device %s", threads_count, live_dev);
}
/* create the threads */

Loading…
Cancel
Save