mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 12:10:09 +02:00
Print all errors on the Wine side to STDERR
This one was using STDOUT for some reason
This commit is contained in:
@@ -203,11 +203,11 @@ Editor::Editor(MainContext& main_context,
|
||||
active_window_property = atom_reply->atom;
|
||||
free(atom_reply);
|
||||
if (!supports_ewmh_active_window()) {
|
||||
std::cout << "WARNING: The current window manager does not support the"
|
||||
std::cerr << "WARNING: The current window manager does not support the"
|
||||
<< std::endl;
|
||||
std::cout << " '" << active_window_property_name
|
||||
std::cerr << " '" << active_window_property_name
|
||||
<< "' property. Falling back to a" << std::endl;
|
||||
std::cout << " less reliable keyboard input grabbing method."
|
||||
std::cerr << " less reliable keyboard input grabbing method."
|
||||
<< std::endl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user