From efe90384b79f0859a56bb4bbc668d7be0707ac6a Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Mon, 13 Apr 2015 12:28:12 +0200 Subject: [PATCH] Be a bit more specific in the message. --- source/blender/blenlib/intern/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ /* ------------------ */