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:
mdtrooper 2013-01-28 12:16:16 +00:00
parent 7053ce2d64
commit bcdc910f4b
2 changed files with 7 additions and 2 deletions

View File

@ -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> 2013-01-23 Sergio Martin <sergio.martin@artica.es>
* util/plugin/EU_10yrspread.pl: Updated the european countries * util/plugin/EU_10yrspread.pl: Updated the european countries

View File

@ -789,7 +789,7 @@ remote_config 1" . $temp;
unlink ("$directory_temp/$md5_agent_name.md5"); unlink ("$directory_temp/$md5_agent_name.md5");
} }
else { 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); close (CONF_FILE);
} }
else { 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; return \@return;