2009-12-15 Ramon Novoa <rnovoa@artica.es>

* pandora_agent: Removed debugging code.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2200 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
ramonn 2009-12-15 17:38:42 +00:00
parent ebc78e1555
commit e901913a11
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-12-15 Ramon Novoa <rnovoa@artica.es>
* pandora_agent: Removed debugging code.
2009-12-15 Ramon Novoa <rnovoa@artica.es>
* pandora_agent: Make modules with a module_interval run the first time.

View File

@ -548,7 +548,7 @@ while (1) {
# Check module interval
next unless (++$module->{'counter'} >= $module->{'interval'});
print "INTERVAL: " . $module->{'interval'} . "\n";
# Reset module counter
$module->{'counter'} = 0;