diff options
author | Justin Clark-Casey (justincc) | 2012-02-16 03:39:25 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-02-16 03:39:25 +0000 |
commit | 96973a5778c776e95b160b6373dcb24cb0965542 (patch) | |
tree | 073d62b3ff9422fcad86d415f1f0d8dd2a0b5aa2 /OpenSim/Region/OptionalModules | |
parent | Merge branch 'master' into 0.7.3-post-fixes (diff) | |
parent | minor formatting changes from last commit (4486n7d) (diff) | |
download | opensim-SC_OLD-96973a5778c776e95b160b6373dcb24cb0965542.zip opensim-SC_OLD-96973a5778c776e95b160b6373dcb24cb0965542.tar.gz opensim-SC_OLD-96973a5778c776e95b160b6373dcb24cb0965542.tar.bz2 opensim-SC_OLD-96973a5778c776e95b160b6373dcb24cb0965542.tar.xz |
Merge branch 'master' into 0.7.3-post-fixes
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs index 5359354..2052cdb 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs | |||
@@ -121,8 +121,8 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
121 | npcAvatar.CircuitCode = (uint)Util.RandomClass.Next(0, int.MaxValue); | 121 | npcAvatar.CircuitCode = (uint)Util.RandomClass.Next(0, int.MaxValue); |
122 | 122 | ||
123 | m_log.DebugFormat( | 123 | m_log.DebugFormat( |
124 | "[NPC MODULE]: Creating NPC {0} {1} {2} at {3} in {4}", | 124 | "[NPC MODULE]: Creating NPC {0} {1} {2}, owner={3}, senseAsAgent={4} at {5} in {6}", |
125 | firstname, lastname, npcAvatar.AgentId, position, scene.RegionInfo.RegionName); | 125 | firstname, lastname, npcAvatar.AgentId, owner, senseAsAgent, position, scene.RegionInfo.RegionName); |
126 | 126 | ||
127 | AgentCircuitData acd = new AgentCircuitData(); | 127 | AgentCircuitData acd = new AgentCircuitData(); |
128 | acd.AgentID = npcAvatar.AgentId; | 128 | acd.AgentID = npcAvatar.AgentId; |