* Adding some recognizable and search-able test to some WriteLine(e.ToString()) messages so that when they occur, we can figure out what threw them.

This commit is contained in:
Teravus Ovares
2009-01-02 14:24:49 +00:00
parent b175e8f6cd
commit b1a677630f
3 changed files with 6 additions and 6 deletions

View File

@@ -7665,7 +7665,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
}
catch(Exception e)
{
Console.WriteLine(e.ToString());
Console.WriteLine("[LSL_API]: llRequestSimulatorData" + e.ToString());
return UUID.Zero.ToString();
}
}