From fd8405cd877282b8aac23685ca3224ee408ead46 Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 25 Oct 2019 10:26:17 +0200 Subject: [PATCH] x11display: change info message about unavailable XF86DGA to warning --- panda/src/x11display/x11GraphicsWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/x11display/x11GraphicsWindow.cxx b/panda/src/x11display/x11GraphicsWindow.cxx index 0a5d969bdf..de58cd1028 100644 --- a/panda/src/x11display/x11GraphicsWindow.cxx +++ b/panda/src/x11display/x11GraphicsWindow.cxx @@ -886,7 +886,7 @@ set_properties_now(WindowProperties &properties) { _input->set_pointer_in_window(event.xbutton.x, event.xbutton.y); } } else { - x11display_cat.info() + x11display_cat.warning() << "XF86DGA extension not available, cannot enable relative mouse mode\n"; _dga_mouse_enabled = false; }