Skip to content

Commit

Permalink
Core: go back to Log() to show info about non-installed ifcopenshell
Browse files Browse the repository at this point in the history
  • Loading branch information
furgo16 committed Feb 4, 2025
1 parent 3480ab0 commit 93179f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/Dialogs/DlgAbout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 93179f1

Please sign in to comment.