Convert debug(0) calls to FLOG

This commit is contained in:
ridiculousfish
2019-05-27 15:56:53 -07:00
parent 6282ac5713
commit ea9d1ad82f
21 changed files with 95 additions and 79 deletions

View File

@@ -243,7 +243,7 @@ tok_t tokenizer_t::read_string() {
} else {
msg.push_back(L'\n');
}
debug(0, msg.c_str(), c, c, int(mode_begin), int(mode));
FLOG(error, msg.c_str(), c, c, int(mode_begin), int(mode));
#endif
this->buff++;