diff options
author | Diva Canto | 2015-05-08 07:36:30 -0700 |
---|---|---|
committer | Diva Canto | 2015-05-08 07:36:30 -0700 |
commit | 3548e39f9a5512416edc6c7488489a94bf0d4b80 (patch) | |
tree | f2d74a5a9b52c924ba02209154bc215a8cacca07 /OpenSim/Services | |
parent | Additional debug message to help diagnose a warning message and exception rel... (diff) | |
download | opensim-SC-3548e39f9a5512416edc6c7488489a94bf0d4b80.zip opensim-SC-3548e39f9a5512416edc6c7488489a94bf0d4b80.tar.gz opensim-SC-3548e39f9a5512416edc6c7488489a94bf0d4b80.tar.bz2 opensim-SC-3548e39f9a5512416edc6c7488489a94bf0d4b80.tar.xz |
I shouldn't write code this early in the morning... Fixing a 'duh' on previous commit.
Diffstat (limited to 'OpenSim/Services')
-rw-r--r-- | OpenSim/Services/Connectors/Inventory/XInventoryServicesConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Inventory/XInventoryServicesConnector.cs b/OpenSim/Services/Connectors/Inventory/XInventoryServicesConnector.cs index 80a3df2..56dece3 100644 --- a/OpenSim/Services/Connectors/Inventory/XInventoryServicesConnector.cs +++ b/OpenSim/Services/Connectors/Inventory/XInventoryServicesConnector.cs | |||
@@ -302,7 +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 | m_log.WarnFormat("[XINVENTORY SERVICES CONNECTOR]: {0} {1}", String.Join(",", folderIDs), String.Join(",", resultSet.Keys)); |
306 | } | 306 | } |
307 | 307 | ||
308 | i += 1; | 308 | i += 1; |