change all print* calls to use the new print with a log_level

This commit is contained in:
Resaec
2018-09-23 23:22:25 +02:00
parent 7548c8ecfa
commit 8cc266174d
9 changed files with 79 additions and 54 deletions

View File

@@ -20,7 +20,7 @@
#include <stdio.h>
#include <stdarg.h>
#define vprintk vprintf
#define printk printf
//#define vprint vprintf
//#define print printf
#endif