diff --git a/OpenSim/Data/MySQL/MySQLUserProfilesData.cs b/OpenSim/Data/MySQL/MySQLUserProfilesData.cs index 7e846e385a..c8479f0b87 100644 --- a/OpenSim/Data/MySQL/MySQLUserProfilesData.cs +++ b/OpenSim/Data/MySQL/MySQLUserProfilesData.cs @@ -111,7 +111,7 @@ namespace OpenSim.Data.MySQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": UserAccount exception {0}", e.Message); } n.Add("classifieduuid", OSD.FromUUID(Id)); @@ -232,7 +232,7 @@ namespace OpenSim.Data.MySQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": ClassifiedesUpdate exception {0}", e.Message); result = e.Message; return false; @@ -262,7 +262,7 @@ namespace OpenSim.Data.MySQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": DeleteClassifiedRecord exception {0}", e.Message); return false; } @@ -312,7 +312,7 @@ namespace OpenSim.Data.MySQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": GetPickInfo exception {0}", e.Message); } return true; @@ -356,7 +356,7 @@ namespace OpenSim.Data.MySQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": GetAvatarPicks exception {0}", e.Message); } return data; @@ -413,7 +413,7 @@ namespace OpenSim.Data.MySQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": GetPickInfo exception {0}", e.Message); } return pick; @@ -472,7 +472,7 @@ namespace OpenSim.Data.MySQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": UpdateAvatarNotes exception {0}", e.Message); return false; } @@ -502,7 +502,7 @@ namespace OpenSim.Data.MySQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": DeleteUserPickRecord exception {0}", e.Message); return false; } @@ -547,7 +547,7 @@ namespace OpenSim.Data.MySQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": GetAvatarNotes exception {0}", e.Message); } return true; @@ -595,7 +595,7 @@ namespace OpenSim.Data.MySQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": UpdateAvatarNotes exception {0}", e.Message); return false; } @@ -713,7 +713,7 @@ namespace OpenSim.Data.MySQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": Requst properties exception {0}", e.Message); result = e.Message; return false; @@ -753,7 +753,7 @@ namespace OpenSim.Data.MySQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": AgentPropertiesUpdate exception {0}", e.Message); return false; @@ -795,7 +795,7 @@ namespace OpenSim.Data.MySQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": AgentInterestsUpdate exception {0}", e.Message); result = e.Message; return false; @@ -878,7 +878,7 @@ namespace OpenSim.Data.MySQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": GetAvatarNotes exception {0}", e.Message); } return data; @@ -936,7 +936,7 @@ namespace OpenSim.Data.MySQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": Get preferences exception {0}", e.Message); result = e.Message; return false; @@ -970,7 +970,7 @@ namespace OpenSim.Data.MySQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": AgentInterestsUpdate exception {0}", e.Message); result = e.Message; return false; @@ -1030,7 +1030,7 @@ namespace OpenSim.Data.MySQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": Requst application data exception {0}", e.Message); result = e.Message; return false; @@ -1067,7 +1067,7 @@ namespace OpenSim.Data.MySQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": SetUserData exception {0}", e.Message); return false; } diff --git a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs index 7980751935..3bbd7d583b 100644 --- a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs +++ b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs @@ -119,7 +119,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": UserAccount exception {0}", e.Message); } n.Add("classifieduuid", OSD.FromUUID(Id)); @@ -212,7 +212,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": ClassifiedesUpdate exception {0}", e.Message); result = e.Message; return false; @@ -246,7 +246,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": DeleteClassifiedRecord exception {0}", e.Message); return false; } @@ -295,7 +295,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": GetClassifiedInfo exception {0}", e.Message); } return true; @@ -350,7 +350,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": GetAvatarPicks exception {0}", e.Message); } return data; @@ -407,7 +407,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": GetPickInfo exception {0}", e.Message); } return pick; @@ -460,7 +460,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": UpdateAvatarNotes exception {0}", e.Message); return false; } @@ -490,7 +490,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": DeleteUserPickRecord exception {0}", e.Message); return false; } @@ -531,7 +531,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": GetAvatarNotes exception {0}", e.Message); } return true; @@ -580,7 +580,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": UpdateAvatarNotes exception {0}", e.Message); return false; } @@ -706,7 +706,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": Requst properties exception {0}", e.Message; result = e.Message; return false; @@ -746,7 +746,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": AgentPropertiesUpdate exception {0}", e.Message); return false; @@ -788,7 +788,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": AgentInterestsUpdate exception {0}", e.Message); result = e.Message; return false; @@ -868,7 +868,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": GetAvatarNotes exception {0}", e.Message); } return data; @@ -922,7 +922,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": Get preferences exception {0}", e.Message); result = e.Message; } @@ -958,7 +958,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": AgentInterestsUpdate exception {0}", e.Message); result = e.Message; return false; @@ -1021,7 +1021,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": Requst application data exception {0}", e.Message); result = e.Message; return false; @@ -1061,7 +1061,7 @@ namespace OpenSim.Data.PGSQL } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": SetUserData exception {0}", e.Message); return false; } diff --git a/OpenSim/Data/SQLite/SQLiteUserProfilesData.cs b/OpenSim/Data/SQLite/SQLiteUserProfilesData.cs index 549409105e..7bf3bd5dac 100644 --- a/OpenSim/Data/SQLite/SQLiteUserProfilesData.cs +++ b/OpenSim/Data/SQLite/SQLiteUserProfilesData.cs @@ -114,7 +114,7 @@ namespace OpenSim.Data.SQLite } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": UserAccount exception {0}", e.Message); } n.Add("classifieduuid", OSD.FromUUID(Id)); @@ -217,7 +217,7 @@ namespace OpenSim.Data.SQLite } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": ClassifiedesUpdate exception {0}", e.Message); result = e.Message; return false; @@ -243,7 +243,7 @@ namespace OpenSim.Data.SQLite } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": DeleteClassifiedRecord exception {0}", e.Message); return false; } @@ -289,7 +289,7 @@ namespace OpenSim.Data.SQLite } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": GetPickInfo exception {0}", e.Message); } return true; @@ -326,7 +326,7 @@ namespace OpenSim.Data.SQLite } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": GetAvatarPicks exception {0}", e.Message); } return data; @@ -378,7 +378,7 @@ namespace OpenSim.Data.SQLite } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": GetPickInfo exception {0}", e.Message); } return pick; @@ -446,7 +446,7 @@ namespace OpenSim.Data.SQLite } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": UpdateAvatarNotes exception {0}", e.Message); return false; } @@ -471,7 +471,7 @@ namespace OpenSim.Data.SQLite } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": DeleteUserPickRecord exception {0}", e.Message); return false; } @@ -507,7 +507,7 @@ namespace OpenSim.Data.SQLite } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": GetAvatarNotes exception {0}", e.Message); } return true; @@ -550,7 +550,7 @@ namespace OpenSim.Data.SQLite } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": UpdateAvatarNotes exception {0}", e.Message); return false; } @@ -577,7 +577,7 @@ namespace OpenSim.Data.SQLite } catch(Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": GetAvatarProperties exception {0}", e.Message); result = e.Message; return false; @@ -696,7 +696,7 @@ namespace OpenSim.Data.SQLite } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": AgentPropertiesUpdate exception {0}", e.Message); return false; @@ -733,7 +733,7 @@ namespace OpenSim.Data.SQLite } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": AgentInterestsUpdate exception {0}", e.Message); result = e.Message; return false; @@ -764,7 +764,7 @@ namespace OpenSim.Data.SQLite } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": AgentInterestsUpdate exception {0}", e.Message); result = e.Message; return false; @@ -816,7 +816,7 @@ namespace OpenSim.Data.SQLite } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": Get preferences exception {0}", e.Message); result = e.Message; return false; @@ -871,7 +871,7 @@ namespace OpenSim.Data.SQLite } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": Requst application data exception {0}", e.Message); result = e.Message; return false; @@ -904,7 +904,7 @@ namespace OpenSim.Data.SQLite } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": SetUserData exception {0}", e.Message); return false; } @@ -968,7 +968,7 @@ namespace OpenSim.Data.SQLite } catch (Exception e) { - m_log.DebugFormat("[PROFILES_DATA]" + + m_log.ErrorFormat("[PROFILES_DATA]" + ": GetAvatarNotes exception {0}", e.Message); } return data;