Skip to content

Commit

Permalink
core, bugfix: compile error in debug mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Mar 25, 2021
1 parent 31f045b commit a49529a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fibjs/src/base/options.cpp
Expand Up @@ -85,7 +85,7 @@ void DcheckHandler(const char* file, int line, const char* message)
{
char p_msg[256];
sprintf(p_msg, "Assert(DCheck) in %s, line %d: %s", file, line, message);
asyncLog(console_base::_DEBUG, p_msg);
asyncLog(console_base::C_DEBUG, p_msg);
}
#endif

Expand Down

0 comments on commit a49529a

Please sign in to comment.