Skip to content

Commit 12ef8bf

Browse files
committed
log path to config
1 parent b7dd7b2 commit 12ef8bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ int WrapperAPI wrapperInit(pConfig cfg) {
9999
}
100100
if (std::string("log.dir") == std::string(p->key)) {
101101
logDir = p->value;
102-
logPath = p->value + "/wrapper.log";
102+
logPath = std::string(p->value) + std::string("/wrapper.log");
103103
continue;
104104
}
105105
}

0 commit comments

Comments
 (0)