[TD]use Label in waiting for thread message
This commit is contained in:
committed by
WandererFan
parent
1494b8288a
commit
4ad52a5778
@@ -151,7 +151,7 @@ DrawViewSection::~DrawViewSection()
|
||||
{
|
||||
//don't destroy this object while it has dependent threads running
|
||||
if (m_cutFuture.isRunning()) {
|
||||
Base::Console().Message("%s is waiting for tasks to complete\n", getNameInDocument());
|
||||
Base::Console().Message("%s is waiting for tasks to complete\n", Label.getValue());
|
||||
m_cutFuture.waitForFinished();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user