From 785fe9aa3a7eda8108639f632e0979c61c15d8f8 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Sat, 14 May 2022 00:55:11 -0700 Subject: [PATCH] fix "info" level described as "error" level --- library/include/Debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/include/Debug.h b/library/include/Debug.h index 63811a51e..4cad178dc 100644 --- a/library/include/Debug.h +++ b/library/include/Debug.h @@ -326,7 +326,7 @@ public: DFHack::DebugCategory::LDEBUG, ## __VA_ARGS__) /*! - * Open a line for error level debug output if enabled + * Open a line for info level debug output if enabled * * Important debug messages when some rarely changed state changes. Example * would be when a debug category filtering level changes.