We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1213776 commit b7dd7b2Copy full SHA for b7dd7b2
1 file changed
wrapper.cpp
@@ -85,8 +85,8 @@ int WrapperAPI wrapperInit(pConfig cfg) {
85
int ret = 0;
86
init_threads();
87
pyWrapper = new PyWrapper();
88
- std::string logDir = std::string("./log/server")
89
- std::string logPath = std::string("./log/server/wrapper.log")
+ std::string logDir = std::string("./log/server");
+ std::string logPath = std::string("./log/server/wrapper.log");
90
std::string loglvl = "debug";
91
std::map <std::string, std::string> config;
92
0 commit comments