summaryrefslogtreecommitdiff
path: root/kernel/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/log.h')
-rw-r--r--kernel/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/log.h b/kernel/log.h
index 3a8c746..930aa53 100644
--- a/kernel/log.h
+++ b/kernel/log.h
@@ -50,6 +50,7 @@ void log(bool color,char *module_name, int prio, char *format_string, ...);
#define kpanic(...) {while(1);}
#define klog(...) {}
#define fixme(...) {}
+#define testlog(...) {}
#endif