Switched to new logging system.

This commit is contained in:
Guillaume Melquiond 2004-12-04 15:05:32 +00:00
parent 203b2816f5
commit d16fad73e8

View file

@ -325,7 +325,7 @@ LEVEL_RESULT play_level(game_data& gameinfo, const config& game_config,
LOG_NG << "Adding recruitable units: \n";
for (std::set<std::string>::const_iterator it = recruitable.begin();
it != recruitable.end(); it++) {
std::cout << *it << std::endl;
LOG_NG << *it << std::endl;
}
LOG_NG << "Added all recruitable units\n";
std::copy(recruitable.begin(), recruitable.end(),