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,