From 93179f146a9f284163aa552ff3040f11c0df917e Mon Sep 17 00:00:00 2001 From: Furgo <148809153+furgo16@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:04:43 +0100 Subject: [PATCH] Core: go back to Log() to show info about non-installed ifcopenshell --- src/Gui/Dialogs/DlgAbout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/Dialogs/DlgAbout.cpp b/src/Gui/Dialogs/DlgAbout.cpp index 044f32ea7f2b..191f09517bdd 100644 --- a/src/Gui/Dialogs/DlgAbout.cpp +++ b/src/Gui/Dialogs/DlgAbout.cpp @@ -662,7 +662,7 @@ void AboutDialog::copyToClipboard() ifcopenshellVer = Base::Interpreter().getValue(cmd, "version"); } catch (const Base::Exception& e) { - Base::Console().DeveloperWarning("%s (safe to ignore, unless using the BIM workbench and IFC).\n", e.what()); + Base::Console().Log("%s (safe to ignore, unless using the BIM workbench and IFC).\n", e.what()); } if (ifcopenshellVer) {