Schema: add missing newline character to message
This commit is contained in:
parent
6fcca95be0
commit
1eca762270
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ void game_config_manager::load_addons_cfg()
|
|||
throw game::error("Did not find an add-on for --validate-addon");
|
||||
}
|
||||
|
||||
WRN_CONFIG << "Note: for --validate-addon to find errors, you have to play (in the GUI) a game that uses the add-on.";
|
||||
WRN_CONFIG << "Note: for --validate-addon to find errors, you have to play (in the GUI) a game that uses the add-on." << std::endl;
|
||||
}
|
||||
|
||||
if(!error_addons.empty()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue