make autohauler not be a chatty cathy

INFO -> TRACE
develop
Kelly Kinkade 2022-12-01 09:00:50 -06:00
parent 5a2ee6ee23
commit 437335454d
1 changed files with 1 additions and 1 deletions

@ -471,7 +471,7 @@ DFhackCExport command_result plugin_onupdate ( color_ostream &out )
state_count[dwarf_info[dwarf].state]++;
INFO(cycle, out).print("Dwarf %i \"%s\": state %s\n",
TRACE(cycle, out).print("Dwarf %i \"%s\": state %s\n",
dwarf, dwarfs[dwarf]->name.first_name.c_str(), state_names[dwarf_info[dwarf].state]);
}