diff options
author | Adam Frisby | 2007-07-20 01:32:27 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-20 01:32:27 +0000 |
commit | 765ff13f22ce062066e461b73f0aa6881b4fea29 (patch) | |
tree | a69ce2fbbff788416fc0b0fb3f8438f00e95aac1 /OpenSim/Region/ClientStack/ClientViewBase.cs | |
parent | * New log functions which include the module name as an argument. (diff) | |
download | opensim-SC_OLD-765ff13f22ce062066e461b73f0aa6881b4fea29.zip opensim-SC_OLD-765ff13f22ce062066e461b73f0aa6881b4fea29.tar.gz opensim-SC_OLD-765ff13f22ce062066e461b73f0aa6881b4fea29.tar.bz2 opensim-SC_OLD-765ff13f22ce062066e461b73f0aa6881b4fea29.tar.xz |
* Assortment of Console changes - console messages are now grouped into modules (eg "client", "grid", "terrain", "storage", etc)
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientViewBase.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientViewBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientViewBase.cs b/OpenSim/Region/ClientStack/ClientViewBase.cs index 597cd7d..2cd730b 100644 --- a/OpenSim/Region/ClientStack/ClientViewBase.cs +++ b/OpenSim/Region/ClientStack/ClientViewBase.cs | |||
@@ -158,7 +158,7 @@ namespace OpenSim.Region.ClientStack | |||
158 | } | 158 | } |
159 | catch (Exception) | 159 | catch (Exception) |
160 | { | 160 | { |
161 | MainLog.Instance.Warn("OpenSimClient.cs:ProcessOutPacket() - WARNING: Socket exception occurred on connection " + userEP.ToString() + " - killing thread"); | 161 | MainLog.Instance.Warn("client", "OpenSimClient.cs:ProcessOutPacket() - WARNING: Socket exception occurred on connection " + userEP.ToString() + " - killing thread"); |
162 | this.KillThread(); | 162 | this.KillThread(); |
163 | } | 163 | } |
164 | 164 | ||