From 15d98b52ce07534e0c4a742b97d734f6348341cf Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 17 Mar 2020 00:31:56 +0100 Subject: [PATCH] Gui: [skip ci] print warning if 3Dconnexion file cannot be loaded --- src/Gui/DlgCustomizeSpaceball.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gui/DlgCustomizeSpaceball.cpp b/src/Gui/DlgCustomizeSpaceball.cpp index 5dc9e3add7..721a7e620b 100644 --- a/src/Gui/DlgCustomizeSpaceball.cpp +++ b/src/Gui/DlgCustomizeSpaceball.cpp @@ -181,6 +181,7 @@ void ButtonModel::load3DConnexionButtons(const char *RequiredDeviceName) catch (const std::exception& e) { // We don't mind not finding the file to be opened + Base::Console().Warning("%s\n", e.what()); } }