From 751873ff165e1a5fea75283535d315e0827bbdfd Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 22 Mar 2020 12:55:52 +0100 Subject: [PATCH] Gui: [skip ci] make log messages distinguishable to see if X11 or polling API if spacenav is used --- src/Gui/3Dconnexion/GuiNativeEventLinuxX11.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Gui/3Dconnexion/GuiNativeEventLinuxX11.cpp b/src/Gui/3Dconnexion/GuiNativeEventLinuxX11.cpp index 900432d4db..364ed8ca39 100644 --- a/src/Gui/3Dconnexion/GuiNativeEventLinuxX11.cpp +++ b/src/Gui/3Dconnexion/GuiNativeEventLinuxX11.cpp @@ -73,9 +73,9 @@ void Gui::GuiNativeEvent::initSpaceball(QMainWindow *window) } #endif if (spnav_x11_open(QX11Info::display(), window->winId()) == -1) { - Base::Console().Log("Couldn't connect to spacenav daemon\n"); + Base::Console().Log("Couldn't connect to spacenav daemon on X11\n"); } else { - Base::Console().Log("Connected to spacenav daemon\n"); + Base::Console().Log("Connected to spacenav daemon on X11\n"); mainApp->setSpaceballPresent(true); #if QT_VERSION >= 0x050000