aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/PGSQL
diff options
context:
space:
mode:
authorBlueWall2014-10-15 09:42:29 -0400
committerBlueWall2014-10-15 09:42:29 -0400
commit5c9ef4d083a6162b097797aacfc83d3cdeb50c73 (patch)
tree972e0fb4b9bd1e609c4c60c3e315f46cb0156b20 /OpenSim/Data/PGSQL
parentCleanup unused code (diff)
downloadopensim-SC_OLD-5c9ef4d083a6162b097797aacfc83d3cdeb50c73.zip
opensim-SC_OLD-5c9ef4d083a6162b097797aacfc83d3cdeb50c73.tar.gz
opensim-SC_OLD-5c9ef4d083a6162b097797aacfc83d3cdeb50c73.tar.bz2
opensim-SC_OLD-5c9ef4d083a6162b097797aacfc83d3cdeb50c73.tar.xz
Fix logging level to Error in exception handlers
Diffstat (limited to 'OpenSim/Data/PGSQL')
-rw-r--r--OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs36
1 files changed, 18 insertions, 18 deletions
diff --git a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs
index 7980751..3bbd7d5 100644
--- a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs
+++ b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs
@@ -119,7 +119,7 @@ namespace OpenSim.Data.PGSQL
119 } 119 }
120 catch (Exception e) 120 catch (Exception e)
121 { 121 {
122 m_log.DebugFormat("[PROFILES_DATA]" + 122 m_log.ErrorFormat("[PROFILES_DATA]" +
123 ": UserAccount exception {0}", e.Message); 123 ": UserAccount exception {0}", e.Message);
124 } 124 }
125 n.Add("classifieduuid", OSD.FromUUID(Id)); 125 n.Add("classifieduuid", OSD.FromUUID(Id));
@@ -212,7 +212,7 @@ namespace OpenSim.Data.PGSQL
212 } 212 }
213 catch (Exception e) 213 catch (Exception e)
214 { 214 {
215 m_log.DebugFormat("[PROFILES_DATA]" + 215 m_log.ErrorFormat("[PROFILES_DATA]" +
216 ": ClassifiedesUpdate exception {0}", e.Message); 216 ": ClassifiedesUpdate exception {0}", e.Message);
217 result = e.Message; 217 result = e.Message;
218 return false; 218 return false;
@@ -246,7 +246,7 @@ namespace OpenSim.Data.PGSQL
246 } 246 }
247 catch (Exception e) 247 catch (Exception e)
248 { 248 {
249 m_log.DebugFormat("[PROFILES_DATA]" + 249 m_log.ErrorFormat("[PROFILES_DATA]" +
250 ": DeleteClassifiedRecord exception {0}", e.Message); 250 ": DeleteClassifiedRecord exception {0}", e.Message);
251 return false; 251 return false;
252 } 252 }
@@ -295,7 +295,7 @@ namespace OpenSim.Data.PGSQL
295 } 295 }
296 catch (Exception e) 296 catch (Exception e)
297 { 297 {
298 m_log.DebugFormat("[PROFILES_DATA]" + 298 m_log.ErrorFormat("[PROFILES_DATA]" +
299 ": GetClassifiedInfo exception {0}", e.Message); 299 ": GetClassifiedInfo exception {0}", e.Message);
300 } 300 }
301 return true; 301 return true;
@@ -350,7 +350,7 @@ namespace OpenSim.Data.PGSQL
350 } 350 }
351 catch (Exception e) 351 catch (Exception e)
352 { 352 {
353 m_log.DebugFormat("[PROFILES_DATA]" + 353 m_log.ErrorFormat("[PROFILES_DATA]" +
354 ": GetAvatarPicks exception {0}", e.Message); 354 ": GetAvatarPicks exception {0}", e.Message);
355 } 355 }
356 return data; 356 return data;
@@ -407,7 +407,7 @@ namespace OpenSim.Data.PGSQL
407 } 407 }
408 catch (Exception e) 408 catch (Exception e)
409 { 409 {
410 m_log.DebugFormat("[PROFILES_DATA]" + 410 m_log.ErrorFormat("[PROFILES_DATA]" +
411 ": GetPickInfo exception {0}", e.Message); 411 ": GetPickInfo exception {0}", e.Message);
412 } 412 }
413 return pick; 413 return pick;
@@ -460,7 +460,7 @@ namespace OpenSim.Data.PGSQL
460 } 460 }
461 catch (Exception e) 461 catch (Exception e)
462 { 462 {
463 m_log.DebugFormat("[PROFILES_DATA]" + 463 m_log.ErrorFormat("[PROFILES_DATA]" +
464 ": UpdateAvatarNotes exception {0}", e.Message); 464 ": UpdateAvatarNotes exception {0}", e.Message);
465 return false; 465 return false;
466 } 466 }
@@ -490,7 +490,7 @@ namespace OpenSim.Data.PGSQL
490 } 490 }
491 catch (Exception e) 491 catch (Exception e)
492 { 492 {
493 m_log.DebugFormat("[PROFILES_DATA]" + 493 m_log.ErrorFormat("[PROFILES_DATA]" +
494 ": DeleteUserPickRecord exception {0}", e.Message); 494 ": DeleteUserPickRecord exception {0}", e.Message);
495 return false; 495 return false;
496 } 496 }
@@ -531,7 +531,7 @@ namespace OpenSim.Data.PGSQL
531 } 531 }
532 catch (Exception e) 532 catch (Exception e)
533 { 533 {
534 m_log.DebugFormat("[PROFILES_DATA]" + 534 m_log.ErrorFormat("[PROFILES_DATA]" +
535 ": GetAvatarNotes exception {0}", e.Message); 535 ": GetAvatarNotes exception {0}", e.Message);
536 } 536 }
537 return true; 537 return true;
@@ -580,7 +580,7 @@ namespace OpenSim.Data.PGSQL
580 } 580 }
581 catch (Exception e) 581 catch (Exception e)
582 { 582 {
583 m_log.DebugFormat("[PROFILES_DATA]" + 583 m_log.ErrorFormat("[PROFILES_DATA]" +
584 ": UpdateAvatarNotes exception {0}", e.Message); 584 ": UpdateAvatarNotes exception {0}", e.Message);
585 return false; 585 return false;
586 } 586 }
@@ -706,7 +706,7 @@ namespace OpenSim.Data.PGSQL
706 } 706 }
707 catch (Exception e) 707 catch (Exception e)
708 { 708 {
709 m_log.DebugFormat("[PROFILES_DATA]" + 709 m_log.ErrorFormat("[PROFILES_DATA]" +
710 ": Requst properties exception {0}", e.Message; 710 ": Requst properties exception {0}", e.Message;
711 result = e.Message; 711 result = e.Message;
712 return false; 712 return false;
@@ -746,7 +746,7 @@ namespace OpenSim.Data.PGSQL
746 } 746 }
747 catch (Exception e) 747 catch (Exception e)
748 { 748 {
749 m_log.DebugFormat("[PROFILES_DATA]" + 749 m_log.ErrorFormat("[PROFILES_DATA]" +
750 ": AgentPropertiesUpdate exception {0}", e.Message); 750 ": AgentPropertiesUpdate exception {0}", e.Message);
751 751
752 return false; 752 return false;
@@ -788,7 +788,7 @@ namespace OpenSim.Data.PGSQL
788 } 788 }
789 catch (Exception e) 789 catch (Exception e)
790 { 790 {
791 m_log.DebugFormat("[PROFILES_DATA]" + 791 m_log.ErrorFormat("[PROFILES_DATA]" +
792 ": AgentInterestsUpdate exception {0}", e.Message); 792 ": AgentInterestsUpdate exception {0}", e.Message);
793 result = e.Message; 793 result = e.Message;
794 return false; 794 return false;
@@ -868,7 +868,7 @@ namespace OpenSim.Data.PGSQL
868 } 868 }
869 catch (Exception e) 869 catch (Exception e)
870 { 870 {
871 m_log.DebugFormat("[PROFILES_DATA]" + 871 m_log.ErrorFormat("[PROFILES_DATA]" +
872 ": GetAvatarNotes exception {0}", e.Message); 872 ": GetAvatarNotes exception {0}", e.Message);
873 } 873 }
874 return data; 874 return data;
@@ -922,7 +922,7 @@ namespace OpenSim.Data.PGSQL
922 } 922 }
923 catch (Exception e) 923 catch (Exception e)
924 { 924 {
925 m_log.DebugFormat("[PROFILES_DATA]" + 925 m_log.ErrorFormat("[PROFILES_DATA]" +
926 ": Get preferences exception {0}", e.Message); 926 ": Get preferences exception {0}", e.Message);
927 result = e.Message; 927 result = e.Message;
928 } 928 }
@@ -958,7 +958,7 @@ namespace OpenSim.Data.PGSQL
958 } 958 }
959 catch (Exception e) 959 catch (Exception e)
960 { 960 {
961 m_log.DebugFormat("[PROFILES_DATA]" + 961 m_log.ErrorFormat("[PROFILES_DATA]" +
962 ": AgentInterestsUpdate exception {0}", e.Message); 962 ": AgentInterestsUpdate exception {0}", e.Message);
963 result = e.Message; 963 result = e.Message;
964 return false; 964 return false;
@@ -1021,7 +1021,7 @@ namespace OpenSim.Data.PGSQL
1021 } 1021 }
1022 catch (Exception e) 1022 catch (Exception e)
1023 { 1023 {
1024 m_log.DebugFormat("[PROFILES_DATA]" + 1024 m_log.ErrorFormat("[PROFILES_DATA]" +
1025 ": Requst application data exception {0}", e.Message); 1025 ": Requst application data exception {0}", e.Message);
1026 result = e.Message; 1026 result = e.Message;
1027 return false; 1027 return false;
@@ -1061,7 +1061,7 @@ namespace OpenSim.Data.PGSQL
1061 } 1061 }
1062 catch (Exception e) 1062 catch (Exception e)
1063 { 1063 {
1064 m_log.DebugFormat("[PROFILES_DATA]" + 1064 m_log.ErrorFormat("[PROFILES_DATA]" +
1065 ": SetUserData exception {0}", e.Message); 1065 ": SetUserData exception {0}", e.Message);
1066 return false; 1066 return false;
1067 } 1067 }