From 231b521c02b48c1555433edba7c0ea72cacdf823 Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Fri, 2 Dec 2022 17:05:26 -0600 Subject: [PATCH 1/2] INFO -> TRACE in autolabor sorry about that --- plugins/autolabor/autolabor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/autolabor/autolabor.cpp b/plugins/autolabor/autolabor.cpp index b4de45de9..76108ddd0 100644 --- a/plugins/autolabor/autolabor.cpp +++ b/plugins/autolabor/autolabor.cpp @@ -902,7 +902,7 @@ DFhackCExport command_result plugin_onupdate ( color_ostream &out ) state_count[dwarf_info[dwarf].state]++; - INFO(cycle, out).print("Dwarf %i \"%s\": penalty %i, state %s\n", + TRACE(cycle, out).print("Dwarf %i \"%s\": penalty %i, state %s\n", dwarf, dwarfs[dwarf]->name.first_name.c_str(), dwarf_info[dwarf].mastery_penalty, state_names[dwarf_info[dwarf].state]); } From d62514b201f8dde9c35b1b05e2121bf3ef9cb8c4 Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Fri, 2 Dec 2022 17:08:17 -0600 Subject: [PATCH 2/2] fix stupid typo in cmakefile --- plugins/autolabor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/autolabor/CMakeLists.txt b/plugins/autolabor/CMakeLists.txt index 96f3026b4..c73e2ad6d 100644 --- a/plugins/autolabor/CMakeLists.txt +++ b/plugins/autolabor/CMakeLists.txt @@ -1,4 +1,4 @@ -project(autolahor) +project(autolabor) # A list of source files set(COMMON_SRCS )