mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Update svn properties. Minor formatting cleanup. Fix a compiler warning. Fix a UUID vs null comparison.
This commit is contained in:
@@ -213,7 +213,7 @@ namespace OpenSim.Region.Environment.Modules.Framework
|
||||
|
||||
|
||||
String debug = "[EVENTQUEUE]: Got request for agent {0} in region {1}: [ ";
|
||||
foreach(object key in request.Keys)
|
||||
foreach (object key in request.Keys)
|
||||
{
|
||||
debug += key.ToString() + "=" + request[key].ToString() + " ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user