Fix log messages
This commit is contained in:
@@ -159,12 +159,12 @@ namespace OpenVulkano
|
||||
}
|
||||
else
|
||||
{
|
||||
Logger::MANAGER->error("Cannot find constructor for named event %s", eventName);
|
||||
Logger::MANAGER->error("Cannot find constructor for named event {}", eventName);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
Logger::MANAGER->debug("Cannot find implementation for named event %s", eventName);
|
||||
Logger::MANAGER->debug("Cannot find implementation for named event {}", eventName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user