Silence verbose stderr info message on X11
This commit is contained in:
parent
08b7cd0d3d
commit
94f315df01
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ Error OS_X11::initialize(const VideoMode &p_desired, int p_video_driver, int p_a
|
|||
|
||||
XIFreeDeviceInfo(info);
|
||||
|
||||
if (!touch.devices.size()) {
|
||||
if (is_stdout_verbose() && !touch.devices.size()) {
|
||||
fprintf(stderr, "No touch devices found\n");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue