Skip to content

Commit

Permalink
Import: Replace normal message with log message when loading a STEP file
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed May 22, 2024
1 parent 1da8e17 commit 76fa0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Import/App/ImportOCAF2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ App::DocumentObject* ImportOCAF2::loadShapes()
TDF_LabelSequence labels;
aShapeTool->GetShapes(labels);
Base::SequencerLauncher seq("Importing...", labels.Length());
FC_MSG("free shape count " << labels.Length());
FC_LOG("free shape count " << labels.Length());
sequencer = options.showProgress ? &seq : nullptr;

labels.Clear();
Expand Down

0 comments on commit 76fa0f7

Please sign in to comment.