Be a bit more specific in the message.

This commit is contained in:
2015-04-13 12:28:12 +02:00
parent 8a97d46296
commit efe90384b7

View File

@@ -127,7 +127,7 @@ void BLI_system_backtrace(FILE *fp)
#undef MAXSYMBOL #undef MAXSYMBOL
#undef SIZE #undef SIZE
#else #else
fprintf(fp, "Not supported on release builds\n"); fprintf(fp, "Crash backtrace not supported on release builds\n");
#endif /* NDEBUG */ #endif /* NDEBUG */
#else /* _MSC_VER */ #else /* _MSC_VER */
/* ------------------ */ /* ------------------ */