Be a bit more specific in the message.

This commit is contained in:
Antonis Ryakiotakis 2015-04-13 12:28:12 +02:00
parent 8a97d46296
commit efe90384b7
1 changed files with 1 additions and 1 deletions

View File

@ -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 */
/* ------------------ */