Silence verbose stderr info message on X11

(cherry picked from commit 94f315df01)
This commit is contained in:
Rémi Verschelde 2018-01-24 21:35:35 +01:00
parent bad7a8a657
commit e3bcb8cf4a

View File

@ -192,7 +192,7 @@ void OS_X11::initialize(const VideoMode &p_desired, int p_video_driver, int p_au
XIFreeDeviceInfo(info);
if (!touch.devices.size()) {
if (is_stdout_verbose() && !touch.devices.size()) {
fprintf(stderr, "No touch devices found\n");
}
}