We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864c2fa commit 8046afcCopy full SHA for 8046afc
modules/trace/sink.cpp
@@ -264,7 +264,7 @@ bool Sink::checkAndCreateRecordFile()
264
265
//!检查并创建路径
266
if (!util::fs::MakeDirectory(records_path, false)) {
267
- LogErrno(errno, "create directory '%s' fail", records_path);
+ LogErrno(errno, "create directory '%s' fail", records_path.c_str());
268
return false;
269
}
270
0 commit comments