Widen the rest of the FLOGs

Fixes #5900.
This commit is contained in:
Fabian Homborg
2019-05-30 13:04:40 +02:00
parent d73ee4d54b
commit 87971e1f2e
8 changed files with 20 additions and 20 deletions

View File

@@ -369,7 +369,7 @@ static bool run_internal_process(process_t *p, std::string outdata, std::string
p->internal_proc_ = std::make_shared<internal_proc_t>();
f->internal_proc = p->internal_proc_;
FLOGF(proc_internal_proc, "Created internal proc %llu to write output for proc '%ls'",
FLOGF(proc_internal_proc, L"Created internal proc %llu to write output for proc '%ls'",
p->internal_proc_->get_id(), p->argv0());
// Resolve the IO chain.