diff options
author | Justin Clark-Casey (justincc) | 2011-11-19 01:16:07 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-11-19 01:16:07 +0000 |
commit | 10a23a823edb261af2c0b7895ce0898ea6918ef1 (patch) | |
tree | 9c3af81fea9986b58964fe3276ac337497a13435 /OpenSim/Framework | |
parent | Enable v2/v3 map tile url setting on robust as default in config (diff) | |
download | opensim-SC_OLD-10a23a823edb261af2c0b7895ce0898ea6918ef1.zip opensim-SC_OLD-10a23a823edb261af2c0b7895ce0898ea6918ef1.tar.gz opensim-SC_OLD-10a23a823edb261af2c0b7895ce0898ea6918ef1.tar.bz2 opensim-SC_OLD-10a23a823edb261af2c0b7895ce0898ea6918ef1.tar.xz |
Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent 57956c4b-ff2e-4fc1-9995-613c6256cc98>: Invalid character 'O' in input string messages
These are just the result of an attempt to canonicalize received messages - it's not important that we constantly log them.
Also finally get the deregister grid service message working properly
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/WebUtil.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs index cafa441..c6be79e 100644 --- a/OpenSim/Framework/WebUtil.cs +++ b/OpenSim/Framework/WebUtil.cs | |||
@@ -297,7 +297,7 @@ namespace OpenSim.Framework | |||
297 | catch (Exception e) | 297 | catch (Exception e) |
298 | { | 298 | { |
299 | // don't need to treat this as an error... we're just guessing anyway | 299 | // don't need to treat this as an error... we're just guessing anyway |
300 | m_log.DebugFormat("[WEB UTIL] couldn't decode <{0}>: {1}",response,e.Message); | 300 | // m_log.DebugFormat("[WEB UTIL] couldn't decode <{0}>: {1}",response,e.Message); |
301 | } | 301 | } |
302 | 302 | ||
303 | return result; | 303 | return result; |