--- branches/os-0.6.9-post-fixes/ModularRex/RexParts/RexPython/RexScriptInterface.cs 2010/03/21 14:37:58 363 +++ branches/os-0.6.9-post-fixes/ModularRex/RexParts/RexPython/RexScriptInterface.cs 2010/03/29 12:10:17 364 @@ -96,11 +96,11 @@ m_itemID = sog.UUID; return true; } - m_log.DebugFormat("entity not scene object group: {0}", entity.GetType().ToString()); + m_log.DebugFormat("[PythonScript]: entity not scene object group: {0}", entity.GetType().ToString()); } else { - m_log.Debug("no entity found with id"); + m_log.Debug("[PythonScript]: no entity found with id"); } return false; }