Missing linebreak.
This commit is contained in:
parent
2daab92513
commit
ae84ecdd74
1 changed files with 1 additions and 1 deletions
|
@ -1765,7 +1765,7 @@ void turn_info::recruit()
|
|||
const std::map<std::string,unit_type>::const_iterator
|
||||
u_type = gameinfo_.unit_types.find(*it);
|
||||
if(u_type == gameinfo_.unit_types.end()) {
|
||||
LOG_STREAM(err, engine) << "could not find unit '" << *it << "'";
|
||||
LOG_STREAM(err, engine) << "could not find unit '" << *it << "'\n";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue