diff options
author | Adam Frisby | 2008-11-24 16:23:45 +0000 |
---|---|---|
committer | Adam Frisby | 2008-11-24 16:23:45 +0000 |
commit | 6fb254965de36ff3eedc80f0373203c8caf22a25 (patch) | |
tree | cae7b0fea3c4c931253bdc0b331712cded0eedbc /OpenSim/Framework/Console | |
parent | * Removed more locks on Entities (diff) | |
download | opensim-SC_OLD-6fb254965de36ff3eedc80f0373203c8caf22a25.zip opensim-SC_OLD-6fb254965de36ff3eedc80f0373203c8caf22a25.tar.gz opensim-SC_OLD-6fb254965de36ff3eedc80f0373203c8caf22a25.tar.bz2 opensim-SC_OLD-6fb254965de36ff3eedc80f0373203c8caf22a25.tar.xz |
* Added some debug information when console commands fail.
Diffstat (limited to 'OpenSim/Framework/Console')
-rw-r--r-- | OpenSim/Framework/Console/ConsoleBase.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Console/ConsoleBase.cs b/OpenSim/Framework/Console/ConsoleBase.cs index 69c7bc1..30af23a 100644 --- a/OpenSim/Framework/Console/ConsoleBase.cs +++ b/OpenSim/Framework/Console/ConsoleBase.cs | |||
@@ -406,6 +406,7 @@ namespace OpenSim.Framework.Console | |||
406 | catch (Exception e) | 406 | catch (Exception e) |
407 | { | 407 | { |
408 | m_log.ErrorFormat("[Console]: Command [{0}] failed with exception {1}", cmdline, e.ToString()); | 408 | m_log.ErrorFormat("[Console]: Command [{0}] failed with exception {1}", cmdline, e.ToString()); |
409 | m_log.Error(e.StackTrace); | ||
409 | } | 410 | } |
410 | } | 411 | } |
411 | 412 | ||