diff options
author | onefang | 2019-06-29 21:11:36 +1000 |
---|---|---|
committer | onefang | 2019-06-29 21:11:36 +1000 |
commit | 4773f468bd31a1bd83fd8dd88a7c79b07366bb4d (patch) | |
tree | 7d8c0b917a31307da6ad2e49522ac29574ae0c2e | |
parent | Deal with "passwordless" Mariadb installs. (diff) | |
download | opensim-SC_OLD-4773f468bd31a1bd83fd8dd88a7c79b07366bb4d.zip opensim-SC_OLD-4773f468bd31a1bd83fd8dd88a7c79b07366bb4d.tar.gz opensim-SC_OLD-4773f468bd31a1bd83fd8dd88a7c79b07366bb4d.tar.bz2 opensim-SC_OLD-4773f468bd31a1bd83fd8dd88a7c79b07366bb4d.tar.xz |
Comment++.
-rw-r--r-- | bin/OpenSimDefaults.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index a2de4ba..551f276 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -2043,7 +2043,7 @@ | |||
2043 | ; Compile debug info (line numbers) into the script assemblies | 2043 | ; Compile debug info (line numbers) into the script assemblies |
2044 | CompileWithDebugInformation = true | 2044 | CompileWithDebugInformation = true |
2045 | 2045 | ||
2046 | ; Don't include stack traces in silly threat level errors? | 2046 | ; Don't include stack traces in silly threat level errors, and don't bother with "OSSL Runtime Error: " either. |
2047 | DebuggerSafe = true | 2047 | DebuggerSafe = true |
2048 | 2048 | ||
2049 | ; Allow the user of mod* functions. This allows a script to pass messages | 2049 | ; Allow the user of mod* functions. This allows a script to pass messages |