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 af4f4282a4
commit 15d98b52ce

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