mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
updated more incorrect logging types (%s vs %d) (#156)
This commit is contained in:
@@ -128,7 +128,7 @@ bool EffectEngine::loadEffectDefinition(const std::string &path, const std::stri
|
||||
{
|
||||
const std::list<std::string> & errors = schemaChecker.getMessages();
|
||||
foreach (const std::string & error, errors) {
|
||||
Error( log, "Error while checking '%s':", fileName.c_str(), error.c_str());
|
||||
Error( log, "Error while checking '%s':%s", fileName.c_str(), error.c_str());
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user