From bcdc910f4b2a9b796365e3312cf0e8da66768912 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 28 Jan 2013 12:16:16 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7534 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 5 +++++ pandora_server/util/pandora_xml_stress.pl | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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;