Remove todo about STDIO capture and Wine output

This seems to actually work in some cases, but in the instances where it
does not then there would also not be a way around it.
This commit is contained in:
Robbert van der Helm
2021-02-12 18:36:16 +01:00
parent a1bb522ea0
commit 0642e5d08e
-2
View File
@@ -98,8 +98,6 @@ GroupBridge::GroupBridge(boost::filesystem::path group_socket_path)
group_socket_endpoint)),
shutdown_timer(main_context.context) {
// Write this process's original STDOUT and STDERR streams to the logger
// TODO: This works for output generated by plugins, but not for debug
// messages generated by wineserver. Is it possible to catch those?
logger.async_log_pipe_lines(stdout_redirect.pipe, stdout_buffer,
"[STDOUT] ");
logger.async_log_pipe_lines(stderr_redirect.pipe, stderr_buffer,