From: Eric Leblond Date: Wed, 5 Sep 2012 07:21:28 +0000 (+0200) Subject: affinity: add log message X-Git-Tag: suricata-1.4beta1~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efc3faaa0a28a969c2838f73300dd8ac04671947;p=thirdparty%2Fsuricata.git affinity: add log message --- diff --git a/src/tm-threads.c b/src/tm-threads.c index e779b6fd7b..5f32f12412 100644 --- a/src/tm-threads.c +++ b/src/tm-threads.c @@ -1271,6 +1271,9 @@ TmEcode TmThreadSetupOptions(ThreadVars *tv) } else { SetCPUAffinitySet(&taf->cpu_set); tv->thread_priority = taf->prio; + SCLogInfo("Setting prio %d for \"%s\" thread " + ", thread id %lu", tv->thread_priority, + tv->name, SCGetThreadIdLong()); } TmThreadSetPrio(tv); }