[TD]use Label in waiting for thread message

This commit is contained in:
Wanderer Fan
2022-08-21 11:27:07 -04:00
committed by WandererFan
parent 81949d0817
commit 0a58649409
3 changed files with 4 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ DrawViewDetail::~DrawViewDetail()
{
//don't delete this object while it still has dependent tasks running
if (m_detailFuture.isRunning()) {
Base::Console().Message("%s is waiting for detail cut to finish\n", getNameInDocument());
Base::Console().Message("%s is waiting for detail cut to finish\n", Label.getValue());
m_detailFuture.waitForFinished();
}
}