You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
Silence verbose stderr info message on X11
(cherry picked from commit 94f315df01)
This commit is contained in:
@@ -192,7 +192,7 @@ void OS_X11::initialize(const VideoMode &p_desired, int p_video_driver, int p_au
|
|||||||
|
|
||||||
XIFreeDeviceInfo(info);
|
XIFreeDeviceInfo(info);
|
||||||
|
|
||||||
if (!touch.devices.size()) {
|
if (is_stdout_verbose() && !touch.devices.size()) {
|
||||||
fprintf(stderr, "No touch devices found\n");
|
fprintf(stderr, "No touch devices found\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user