Import: Replace normal message with log message when loading a STEP file

This commit is contained in:
wmayer
2024-05-22 15:45:41 +02:00
committed by wwmayer
parent ccaee18917
commit 9ebbd2a6df

View File

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