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()); } }