fix more autolabor chattiness

develop
Myk Taylor 2023-02-24 13:25:04 -08:00
parent 85ac04032a
commit f922be8769
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -841,7 +841,7 @@ DFhackCExport command_result plugin_onupdate ( color_ostream &out )
if (p1 || p2)
{
dwarf_info[dwarf].diplomacy = true;
INFO(cycle, out).print("Dwarf %i \"%s\" has a meeting, will be cleared of all labors\n",
DEBUG(cycle, out).print("Dwarf %i \"%s\" has a meeting, will be cleared of all labors\n",
dwarf, dwarfs[dwarf]->name.first_name.c_str());
break;
}