aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorMelanie2010-11-16 21:15:15 +0000
committerMelanie2010-11-16 21:15:15 +0000
commitc4eb430ad2c6f9bbd3f1734d883954f4d5b1b6fd (patch)
tree65fd5c2fc7e5b7e4cc4e48280d20e12ed84be320 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parentMerge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca... (diff)
parentChange the way attachments are persisted. Editing a worn attachment will now (diff)
downloadopensim-SC_OLD-c4eb430ad2c6f9bbd3f1734d883954f4d5b1b6fd.zip
opensim-SC_OLD-c4eb430ad2c6f9bbd3f1734d883954f4d5b1b6fd.tar.gz
opensim-SC_OLD-c4eb430ad2c6f9bbd3f1734d883954f4d5b1b6fd.tar.bz2
opensim-SC_OLD-c4eb430ad2c6f9bbd3f1734d883954f4d5b1b6fd.tar.xz
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index bcfb633..c6ce1b6 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -673,8 +673,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
673 catch (Exception e) 673 catch (Exception e)
674 { 674 {
675 // Make sure that we see any exception caused by the asynchronous operation. 675 // Make sure that we see any exception caused by the asynchronous operation.
676 m_log.Error( 676 m_log.ErrorFormat(
677 string.Format("[LLCLIENTVIEW]: Caught exception while processing {0}", packetObject.Pack), e); 677 "[LLCLIENTVIEW]: Caught exception while processing {0} for {1}, {2} {3}",
678 packetObject.Pack, Name, e.Message, e.StackTrace);
678 } 679 }
679 } 680 }
680 681