2013-02-12 Ramon Novoa <rnovoa@artica.es>

* lib/PandoraFMS/Core.pm: Fixed the verbosity of the "Processing
	  module" message.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7633 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Ramon Novoa 2013-02-12 16:27:34 +00:00
parent 2c6559bcbd
commit 66573ac342
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-02-12 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Fixed the verbosity of the "Processing
module" message.
2013-02-12 Sancho Lerena <slerena@artica.es>
* conf/pandora_server.conf: Review of default configuration

View File

@ -923,7 +923,7 @@ sub pandora_process_module ($$$$$$$$$;$) {
"Processing module '" . safe_output($module->{'nombre'}) .
"' for agent " .
(defined ($agent) && $agent ne '' ? "'" . safe_output($agent->{'nombre'}) . "'" : 'ID ' . $module->{'id_agente'}) . ".",
1);
10);
# Get agent information
if (! defined ($agent) || $agent eq '') {