Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2015-04-13 13:28:12 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-04-13 13:28:12 +0300
commitefe90384b79f0859a56bb4bbc668d7be0707ac6a (patch)
tree7fcc646e55612bf83c04e41d01cbb9ed3eefeaeb /source/blender/blenlib/intern/system.c
parent8a97d462961d3f4be96303ab5eb59c0e5a00ba7c (diff)
Be a bit more specific in the message.
Diffstat (limited to 'source/blender/blenlib/intern/system.c')
-rw-r--r--source/blender/blenlib/intern/system.c2
1 files changed, 1 insertions, 1 deletions
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 */
/* ------------------ */