diff --git a/source/creator/creator.c b/source/creator/creator.c index d779095c1ee..60fa006ad08 100644 --- a/source/creator/creator.c +++ b/source/creator/creator.c @@ -202,7 +202,7 @@ static bool use_crash_handler = true; #if defined(__linux__) || defined(_WIN32) || defined(OSX_SSE_FPE) static void fpe_handler(int UNUSED(sig)) { - // printf("SIGFPE trapped\n"); + fprintf(stderr, "debug: SIGFPE trapped\n"); } #endif