Logging update.
This commit is contained in:
parent
9006f15afe
commit
441a91d540
|
@ -539,6 +539,8 @@ void activateEntityGroups(char *groupNames)
|
|||
{
|
||||
if (strcmp(e->groupName, groupName) == 0)
|
||||
{
|
||||
SDL_LogMessage(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_DEBUG, "Activated %s (%s)", e->name, groupName);
|
||||
|
||||
e->active = 1;
|
||||
|
||||
if (e->type == ET_CAPITAL_SHIP)
|
||||
|
|
Loading…
Reference in New Issue