[Bf-blender-cvs] [efe9038] master: Be a bit more specific in the message.

Antony Riakiotakis noreply at git.blender.org
Mon Apr 13 12:28:20 CEST 2015


Commit: efe90384b79f0859a56bb4bbc668d7be0707ac6a
Author: Antony Riakiotakis
Date:   Mon Apr 13 12:28:12 2015 +0200
Branches: master
https://developer.blender.org/rBefe90384b79f0859a56bb4bbc668d7be0707ac6a

Be a bit more specific in the message.

===================================================================

M	source/blender/blenlib/intern/system.c

===================================================================

diff --git a/source/blender/blenlib/intern/system.c b/source/blender/blenlib/intern/system.c
index 18703a8..5d1bdd6 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 */
 	/* ------------------ */




More information about the Bf-blender-cvs mailing list