diff options
author | Diva Canto | 2013-06-12 17:48:20 -0700 |
---|---|---|
committer | Diva Canto | 2013-06-12 17:48:20 -0700 |
commit | 7c00ccb548154c73e9953be19122e4750ef781bd (patch) | |
tree | e5e8d073cb01b357fc5a590802ab5e8a6304359d /OpenSim/Region/DataSnapshot/DataRequestHandler.cs | |
parent | Removed the lock entirely (diff) | |
download | opensim-SC_OLD-7c00ccb548154c73e9953be19122e4750ef781bd.zip opensim-SC_OLD-7c00ccb548154c73e9953be19122e4750ef781bd.tar.gz opensim-SC_OLD-7c00ccb548154c73e9953be19122e4750ef781bd.tar.bz2 opensim-SC_OLD-7c00ccb548154c73e9953be19122e4750ef781bd.tar.xz |
DataSnapshot: changed those annoying messages to Debug instead of Info.
Diffstat (limited to 'OpenSim/Region/DataSnapshot/DataRequestHandler.cs')
-rw-r--r-- | OpenSim/Region/DataSnapshot/DataRequestHandler.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/DataSnapshot/DataRequestHandler.cs b/OpenSim/Region/DataSnapshot/DataRequestHandler.cs index 32e93b4..50276ae 100644 --- a/OpenSim/Region/DataSnapshot/DataRequestHandler.cs +++ b/OpenSim/Region/DataSnapshot/DataRequestHandler.cs | |||
@@ -63,7 +63,7 @@ namespace OpenSim.Region.DataSnapshot | |||
63 | 63 | ||
64 | public Hashtable OnGetSnapshot(Hashtable keysvals) | 64 | public Hashtable OnGetSnapshot(Hashtable keysvals) |
65 | { | 65 | { |
66 | m_log.Info("[DATASNAPSHOT] Received collection request"); | 66 | m_log.Debug("[DATASNAPSHOT] Received collection request"); |
67 | Hashtable reply = new Hashtable(); | 67 | Hashtable reply = new Hashtable(); |
68 | int statuscode = 200; | 68 | int statuscode = 200; |
69 | 69 | ||
@@ -80,7 +80,7 @@ namespace OpenSim.Region.DataSnapshot | |||
80 | 80 | ||
81 | public Hashtable OnValidate(Hashtable keysvals) | 81 | public Hashtable OnValidate(Hashtable keysvals) |
82 | { | 82 | { |
83 | m_log.Info("[DATASNAPSHOT] Received validation request"); | 83 | m_log.Debug("[DATASNAPSHOT] Received validation request"); |
84 | Hashtable reply = new Hashtable(); | 84 | Hashtable reply = new Hashtable(); |
85 | int statuscode = 200; | 85 | int statuscode = 200; |
86 | 86 | ||