Replace all print calls with vlog calls

This is pretty straight-forward to do.
This commit is contained in:
Misa
2021-02-23 15:21:29 -08:00
committed by Misa Elizabeth Kai
parent d9737589de
commit 96539f891c
16 changed files with 213 additions and 203 deletions

View File

@@ -42,7 +42,7 @@ void VVV_fillstring(
if (whine) \
{ \
whine = false; \
puts(message); \
vlog_error(message); \
} \
do { } while (false)