| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-03-12 02:54:24 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-03-12 02:54:24 UTC |
| parent | 4b3d7011a80a97420ffc659a71f7f07f8bf30ed4 |
| HaxeCBridge.hx | +1 | -1 |
diff --git a/HaxeCBridge.hx b/HaxeCBridge.hx index 930ddca..eb4dbd6 100644 --- a/HaxeCBridge.hx +++ b/HaxeCBridge.hx @@ -880,7 +880,7 @@ class HaxeCBridge { HxMutex threadManageMutex; void defaultExceptionHandler(const char* info) { - printf("Unhandled haxe exception: %s\\n", info); + fprintf(stderr, "Unhandled Borogove exception: %s\\n", info); } typedef void (* MainThreadCallback)(void* data);