From 5350cec0b37f40033117d011906bf66a5367c30f Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 1 Aug 2008 20:05:26 +0000 Subject: * minor: log message twiddling --- OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'OpenSim/Region/Communications') diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs index 852fe5b..015d761 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs @@ -289,15 +289,11 @@ namespace OpenSim.Region.Communications.OGS1 if (respData == null || !respData.ContainsKey("returnString")) { - m_log.Warn("[OSG1 USER SERVICES]: Error updating user record, Grid server may not be updated."); + m_log.Error("[OSG1 USER SERVICES]: Error updating user record, Grid server may not be updated."); } else { - if ((string) respData["returnString"] == "TRUE") - { - m_log.Info("[OSG1 USER SERVICES]: Successfully updated user record"); - } - else + if ((string) respData["returnString"] != "TRUE") { m_log.Error("[OSG1 USER SERVICES]: Error updating user record"); } -- cgit v1.1