diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index a53cbcee5b..32a867952d 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,8 @@ +2013-01-28 Miguel de Dios + + * 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 * util/plugin/EU_10yrspread.pl: Updated the european countries diff --git a/pandora_server/util/pandora_xml_stress.pl b/pandora_server/util/pandora_xml_stress.pl index d166f59d92..3dfdeb9df6 100755 --- a/pandora_server/util/pandora_xml_stress.pl +++ b/pandora_server/util/pandora_xml_stress.pl @@ -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;