Skip to content

Commit

Permalink
Backporting CleverRaven#49565
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed Aug 12, 2021
1 parent 29b583e commit f8de818
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,9 @@ static void debug_error_prompt(
" DEBUG : %s\n\n"
" FUNCTION : %s\n"
" FILE : %s\n"
" LINE : %s\n",
text, funcname, filename, line
" LINE : %s\n"
" VERSION : %s\n",
text, funcname, filename, line, getVersionString()
);

#if defined(BACKTRACE)
Expand Down

0 comments on commit f8de818

Please sign in to comment.