diff --git a/pandora_agents/unix/pandora_agent b/pandora_agents/unix/pandora_agent index af287308b1..6eced35924 100644 --- a/pandora_agents/unix/pandora_agent +++ b/pandora_agents/unix/pandora_agent @@ -1223,7 +1223,7 @@ sub guess_os_version ($) { ################################################################################ sub exec_module ($) { my $module = shift; -print "THREAD " . threads->tid() . " EXECUTING MODULE " . $module->{'name'} . "\n"; + # Need something to execute if ($module->{'func'} == 0) { $ThreadSem->up () if (defined ($ThreadSem) && $Conf{'agent_threads'} > 1);