Gui: [skip ci] print warning if 3Dconnexion file cannot be loaded

This commit is contained in:
wmayer
2020-03-17 00:31:56 +01:00
parent d3413c2182
commit 6007d510f7

View File

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