diff --git a/source/blender/blenlib/intern/system.c b/source/blender/blenlib/intern/system.c index 18703a83621..5d1bdd6d978 100644 --- a/source/blender/blenlib/intern/system.c +++ b/source/blender/blenlib/intern/system.c @@ -127,7 +127,7 @@ void BLI_system_backtrace(FILE *fp) #undef MAXSYMBOL #undef SIZE #else - fprintf(fp, "Not supported on release builds\n"); + fprintf(fp, "Crash backtrace not supported on release builds\n"); #endif /* NDEBUG */ #else /* _MSC_VER */ /* ------------------ */