diff --git a/desktop_version/src/CustomLevels.cpp b/desktop_version/src/CustomLevels.cpp index a6943e81..e92d1522 100644 --- a/desktop_version/src/CustomLevels.cpp +++ b/desktop_version/src/CustomLevels.cpp @@ -258,6 +258,10 @@ static void levelMetaDataCallback(const char* filename) { cl.ListOfMetaData.push_back(temp); } + else + { + vlog_warn("Level %s not found :(", filename_.c_str()); + } } void customlevelclass::getDirectoryData(void) @@ -290,7 +294,6 @@ bool customlevelclass::getLevelMetaDataAndPlaytestArgs(const std::string& _path, if (uMem == NULL) { - vlog_warn("Level %s not found :(", _path.c_str()); return false; }