فهرست منبع

x11display: change info message about unavailable XF86DGA to warning

rdb 6 سال پیش
والد
کامیت
fd8405cd87
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      panda/src/x11display/x11GraphicsWindow.cxx

+ 1 - 1
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);
             _input->set_pointer_in_window(event.xbutton.x, event.xbutton.y);
           }
           }
         } else {
         } else {
-          x11display_cat.info()
+          x11display_cat.warning()
             << "XF86DGA extension not available, cannot enable relative mouse mode\n";
             << "XF86DGA extension not available, cannot enable relative mouse mode\n";
           _dga_mouse_enabled = false;
           _dga_mouse_enabled = false;
         }
         }