aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 76a9166..abd7d55 100644
--- a/src/command.h
+++ b/src/command.h
@@ -54,6 +54,9 @@ enum {
#define CMD_WARN(_s, ...) CMD_MSG("warn", _s, __VA_ARGS__)
#define CMD_WARN0(_s) CMD_MSG0("warn", _s)
+#define CMD_INFO(_s, ...) CMD_MSG("info", _s, __VA_ARGS__)
+#define CMD_INFO0(_s) CMD_MSG0("info", _s)
+
#ifdef NDEBUG
#define CMD_DEBUG(_s, ...)
#define CMD_DEBUG0(_s)