diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-01-09 19:44:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-09 19:44:10 +0100 |
commit | c037f6339f1fc9636b4fc9056ae0b2e2b673024d (patch) | |
tree | e483dac8a1c4ac409be699b23f49d5bebce95164 /modules/mono/mono_gd/gd_mono.cpp | |
parent | 958a15c7a7ddf7e4247ea73ce6cc2b63cd0c644b (diff) | |
parent | 1c6269f2dd3e1a46dbb6a36c3363c9c535be8b64 (diff) |
Merge pull request #15463 from neikeq/the-stack-frame-madness
Mono: Implement stack info for errors and exceptions
Diffstat (limited to 'modules/mono/mono_gd/gd_mono.cpp')
-rw-r--r-- | modules/mono/mono_gd/gd_mono.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/mono_gd/gd_mono.cpp b/modules/mono/mono_gd/gd_mono.cpp index d4df7e0cb2..6c07c90f79 100644 --- a/modules/mono/mono_gd/gd_mono.cpp +++ b/modules/mono/mono_gd/gd_mono.cpp @@ -226,7 +226,7 @@ void GDMono::initialize() { mono_install_unhandled_exception_hook(gdmono_unhandled_exception_hook, NULL); - OS::get_singleton()->print("Mono: ALL IS GOOD\n"); + OS::get_singleton()->print("Mono: INITIALIZED\n"); } #ifndef MONO_GLUE_DISABLED |