diff options
author | Diva Canto | 2015-05-08 06:57:06 -0700 |
---|---|---|
committer | Diva Canto | 2015-05-08 06:57:06 -0700 |
commit | a68aab14fa7c23d7af938b0b6a820bad51975f44 (patch) | |
tree | c3fbcefa49dc326579250ed4e83641ebd1f9ce7e /OpenSim/Services/Connectors | |
parent | Major change in the way inventory is downloaded: added a method throughout II... (diff) | |
download | opensim-SC_OLD-a68aab14fa7c23d7af938b0b6a820bad51975f44.zip opensim-SC_OLD-a68aab14fa7c23d7af938b0b6a820bad51975f44.tar.gz opensim-SC_OLD-a68aab14fa7c23d7af938b0b6a820bad51975f44.tar.bz2 opensim-SC_OLD-a68aab14fa7c23d7af938b0b6a820bad51975f44.tar.xz |
Additional debug message to help diagnose a warning message and exception related to previous commit.
See http://opensimulator.org/mantis/view.php?id=7054#c28282
Diffstat (limited to 'OpenSim/Services/Connectors')
-rw-r--r-- | OpenSim/Services/Connectors/Inventory/XInventoryServicesConnector.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Services/Connectors/Inventory/XInventoryServicesConnector.cs b/OpenSim/Services/Connectors/Inventory/XInventoryServicesConnector.cs index c694d27..80a3df2 100644 --- a/OpenSim/Services/Connectors/Inventory/XInventoryServicesConnector.cs +++ b/OpenSim/Services/Connectors/Inventory/XInventoryServicesConnector.cs | |||
@@ -302,6 +302,7 @@ namespace OpenSim.Services.Connectors | |||
302 | { | 302 | { |
303 | m_log.WarnFormat("[XINVENTORY SERVICES CONNECTOR]: Folder id does not match. Expected {0} got {1}", | 303 | m_log.WarnFormat("[XINVENTORY SERVICES CONNECTOR]: Folder id does not match. Expected {0} got {1}", |
304 | folderIDs[i], fid); | 304 | folderIDs[i], fid); |
305 | m_log.WarnFormat("[XINVENTORY SERVICES CONNECTOR]: ", String.Join(",", folderIDs), String.Join(",", resultSet.Keys)); | ||
305 | } | 306 | } |
306 | 307 | ||
307 | i += 1; | 308 | i += 1; |