mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Logging cleanup.
This commit is contained in:
@@ -63,7 +63,7 @@ void CGarrisonSlot::hover (bool on)
|
||||
}
|
||||
else
|
||||
{
|
||||
logGlobal->warnStream() << "Warning - shouldn't be - highlighted void slot "<<owner->getSelection();
|
||||
logGlobal->warn("Warning - shouldn't be - highlighted void slot %d", owner->getSelection()->ID.getNum());
|
||||
logGlobal->warn("Highlighted set to nullptr");
|
||||
owner->selectSlot(nullptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user