More debug messages to diagnose better failed activations of the future unit map.

This commit is contained in:
Gabriel Morin 2011-09-09 02:30:31 +00:00
parent 951eeb2f99
commit 3e1809d2a4

View File

@ -367,13 +367,17 @@ void manager::set_planned_unit_map()
}
else
{
LOG_WB << "Attempt to set planned unit map when it was already set.\n";
WRN_WB << "Attempt to set planned unit map when it was already set.\n";
}
}
else if (executing_actions_)
{
DBG_WB << "Attempt to set planned_unit_map during action execution.\n";
}
else if (wait_for_side_init_)
{
DBG_WB << "Attempt to set planned_unit_map while waiting for side init.\n";
}
}
void manager::set_real_unit_map()