mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-27 14:08:35 +00:00
Removed trailing newlines in log messages
This was SVN commit r705.
This commit is contained in:
@@ -32,7 +32,7 @@ void CBaseEntityCollection::loadTemplates()
|
||||
}
|
||||
else
|
||||
{
|
||||
LOG(ERROR, "CBaseEntityCollection::loadTemplates(): Failed to enumerate entity template directory\n");
|
||||
LOG(ERROR, "CBaseEntityCollection::loadTemplates(): Failed to enumerate entity template directory");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user