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

@@ -214,7 +214,7 @@ void internal_proc_t::mark_exited(proc_status_t status) {
status_.store(status, std::memory_order_relaxed);
exited_.store(true, std::memory_order_release);
topic_monitor_t::principal().post(topic_t::internal_exit);
FLOG(proc_internal_proc, "Internal proc", internal_proc_id_, "exited with status",
FLOG(proc_internal_proc, L"Internal proc", internal_proc_id_, L"exited with status",
status.status_value());
}