aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
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