From 0642e5d08e1ccb3ee15419776b2b76bf27030728 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 12 Feb 2021 18:36:16 +0100 Subject: [PATCH] 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. --- src/wine-host/bridges/group.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wine-host/bridges/group.cpp b/src/wine-host/bridges/group.cpp index 3eb6bb3e..07dc389d 100644 --- a/src/wine-host/bridges/group.cpp +++ b/src/wine-host/bridges/group.cpp @@ -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,