diff options
author | Teravus Ovares | 2009-01-02 14:24:49 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-01-02 14:24:49 +0000 |
commit | b1a677630fef0a1104013d4105e58b9bcb17ce2d (patch) | |
tree | b108cb9eebc2593f7b233ebc0bfd91e104d90912 /OpenSim/Region/ScriptEngine/Shared/Api | |
parent | Fixes Mantis #2945 (diff) | |
download | opensim-SC_OLD-b1a677630fef0a1104013d4105e58b9bcb17ce2d.zip opensim-SC_OLD-b1a677630fef0a1104013d4105e58b9bcb17ce2d.tar.gz opensim-SC_OLD-b1a677630fef0a1104013d4105e58b9bcb17ce2d.tar.bz2 opensim-SC_OLD-b1a677630fef0a1104013d4105e58b9bcb17ce2d.tar.xz |
* 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.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index bb77c1e..1afa08d 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -7665,7 +7665,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
7665 | } | 7665 | } |
7666 | catch(Exception e) | 7666 | catch(Exception e) |
7667 | { | 7667 | { |
7668 | Console.WriteLine(e.ToString()); | 7668 | Console.WriteLine("[LSL_API]: llRequestSimulatorData" + e.ToString()); |
7669 | return UUID.Zero.ToString(); | 7669 | return UUID.Zero.ToString(); |
7670 | } | 7670 | } |
7671 | } | 7671 | } |