Added an initial loading message to YAML parsing
This commit is contained in:
parent
4786d76ef7
commit
579dc7b3a1
@ -95,6 +95,7 @@ bool YamlDatabase::load(const std::string& path) {
|
||||
YAML::Node rootNode;
|
||||
|
||||
try {
|
||||
ShowStatus( "Loading '" CL_WHITE "%s" CL_RESET "'..." CL_CLL "\r", path.c_str() );
|
||||
rootNode = YAML::LoadFile(path);
|
||||
}
|
||||
catch(YAML::Exception &e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user