mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user