Merge pull request #2461 from ab9rf/autolabor-misc-fixes

make autolabor less chatty
develop
Myk 2022-12-02 15:18:19 -08:00 committed by GitHub
commit e01e16078a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
project(autolahor)
project(autolabor)
# A list of source files
set(COMMON_SRCS
)

@ -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]);
}