This commit is contained in:
xx
2024-05-28 20:47:49 +08:00
parent 3edc89902b
commit 74ccc10548
2 changed files with 16 additions and 14 deletions

View File

@@ -22,6 +22,7 @@ extern "C" {
LOG_ERROR("fastweb start failed," + fastweb::getInstance()->last_error());
return -1;
}
LOG_SUCC("success");
return 0;
}
}