aboutsummaryrefslogtreecommitdiffstats
path: root/include/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/log.h b/include/log.h
index 85f192d..30fec81 100644
--- a/include/log.h
+++ b/include/log.h
@@ -30,9 +30,9 @@ int print(const char *fmt, ...);
#define PANICMODE_RESPAWN 'r'
#define PANICMODE_DIE 'd'
-#define PANIC_OOPS LOG_SOH #PANICMODE_DEBUGONLY
-#define PANIC_RESPAWN LOG_SOH #PANICMODE_RESPAWN
-#define PANIC_PANIC LOG_SOH #PANICMODE_DIE
+#define PANIC_OOPS LOG_SOH "o"
+#define PANIC_RESPAWN LOG_SOH "r"
+#define PANIC_PANIC LOG_SOH "d"
#define PANIC_DEFAULT PANIC_PANIC