2013-01-28 Miguel de Dios <miguel.dedios@artica.es>
* util/pandora_xml_stress.pl: fixed the typo messages error that put \ERROR instead \tERROR and the perl show warnings. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7534 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7053ce2d64
commit
bcdc910f4b
|
@ -1,3 +1,8 @@
|
|||
2013-01-28 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* util/pandora_xml_stress.pl: fixed the typo messages error that
|
||||
put \ERROR instead \tERROR and the perl show warnings.
|
||||
|
||||
2013-01-23 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* util/plugin/EU_10yrspread.pl: Updated the european countries
|
||||
|
|
|
@ -789,7 +789,7 @@ remote_config 1" . $temp;
|
|||
unlink ("$directory_temp/$md5_agent_name.md5");
|
||||
}
|
||||
else {
|
||||
log_message ($conf, "\ERROR:\tThe $agent.conf is not create.'\n");
|
||||
log_message ($conf, "\tERROR:\tThe $agent.conf is not create.'\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -845,7 +845,7 @@ sub parse_local_conf($$) {
|
|||
close (CONF_FILE);
|
||||
}
|
||||
else {
|
||||
log_message ($conf, "\ERROR:\tOpen to parse the $agent_name.conf.'\n");
|
||||
log_message ($conf, "\tERROR:\tOpen to parse the $agent_name.conf.'\n");
|
||||
}
|
||||
|
||||
return \@return;
|
||||
|
|
Loading…
Reference in New Issue