mirror of
https://github.com/alterware/iw4-validator.git
synced 2025-12-02 07:37:49 +00:00
feature(map_rotation): better error handling (#4)
This commit is contained in:
@@ -50,7 +50,7 @@ namespace
|
||||
}
|
||||
catch (const std::exception& ex)
|
||||
{
|
||||
console::error(utils::string::va("%s: '%s' contains invalid data!", ex.what(), filename.data()));
|
||||
console::error(utils::string::va("%s. '%s' contains invalid data!\n", ex.what(), filename.data()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user