Skip to content

Commit b7dd7b2

Browse files
committed
fix: v2.3.0
1 parent 1213776 commit b7dd7b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wrapper.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ int WrapperAPI wrapperInit(pConfig cfg) {
8585
int ret = 0;
8686
init_threads();
8787
pyWrapper = new PyWrapper();
88-
std::string logDir = std::string("./log/server")
89-
std::string logPath = std::string("./log/server/wrapper.log")
88+
std::string logDir = std::string("./log/server");
89+
std::string logPath = std::string("./log/server/wrapper.log");
9090
std::string loglvl = "debug";
9191
std::map <std::string, std::string> config;
9292

0 commit comments

Comments
 (0)