mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
clean up; CODE SEEMS USABLE AGAIN
This commit is contained in:
@@ -332,7 +332,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
|
||||
if (sb == null)
|
||||
sb = new StringBuilder(512);
|
||||
i = notFound.Count;
|
||||
sb.Append("[HG ASSET MAPPER POST]: did not found embedded UUIDs as assets:\n\t");
|
||||
sb.Append("[HG ASSET MAPPER POST]: did not find embedded UUIDs as assets:\n\t");
|
||||
for (int j = 0; j < notFound.Count; ++j)
|
||||
{
|
||||
sb.Append(notFound[j]);
|
||||
|
||||
Reference in New Issue
Block a user