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:
parent
2c6559bcbd
commit
66573ac342
|
@ -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
|
||||
|
|
|
@ -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 '') {
|
||||
|
|
Loading…
Reference in New Issue