Update 9c214a and 438a9a1

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2020-10-13 11:19:12 +09:00
parent 5041caf7a2
commit b4a598e895
3 changed files with 11 additions and 3 deletions

View File

@@ -162,8 +162,7 @@ int Process::getParam(const char* parameter, char* value)
if ((fp = fopen(configPath.c_str(), "r")) == NULL)
{
WRITELOG("No config file:[%s]\n", configPath.c_str());
return -1;
throw Exception("No config file:[" + configPath + "]\n");
}
while (true)