Commit 1da09563 authored by Max Kellermann's avatar Max Kellermann

output/recorder: convert path to UTF-8 for logging

parent 98307899
......@@ -318,7 +318,8 @@ RecorderOutput::ReopenFormat(AllocatedPath &&new_path, Error &error)
path = std::move(new_path);
file = new_file;
FormatDebug(recorder_domain, "Recording to \"%s\"", path.c_str());
FormatDebug(recorder_domain, "Recording to \"%s\"",
path.ToUTF8().c_str());
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment