# HG changeset patch # User Chris Cannam # Date 1563452299 -3600 # Node ID c3cc36c014b8380b301d884cecdf88bb552cf8d0 # Parent ac0a8addabcfd8a2546977e8496733d981af3339 Fix failure to show alignment progress bar diff -r ac0a8addabcf -r c3cc36c014b8 view/View.cpp --- a/view/View.cpp Wed Jul 17 14:25:16 2019 +0100 +++ b/view/View.cpp Thu Jul 18 13:18:19 2019 +0100 @@ -1783,7 +1783,7 @@ QString error = i->first->getError(this); #ifdef DEBUG_PROGRESS_STUFF - SVCERR << "View[" << this << "]::checkProgress(" << object << "): " + SVCERR << "View[" << this << "]::checkProgress(" << modelId << "): " << "found progress bar " << pb << " for layer at height " << ph << ": completion = " << completion << endl; #endif @@ -1816,7 +1816,7 @@ showCancelButton = false; #ifdef DEBUG_PROGRESS_STUFF - SVCERR << "View[" << this << "]::checkProgress(" << object << "): " + SVCERR << "View[" << this << "]::checkProgress(" << modelId << "): " << "alignment completion = " << completion << endl; #endif @@ -1875,8 +1875,8 @@ if (!found) { #ifdef DEBUG_PROGRESS_STUFF - SVCERR << "View[" << this << "]::checkProgress(" << object << "): " - << "failed to find layer " << object << " in progress map" + SVCERR << "View[" << this << "]::checkProgress(" << modelId << "): " + << "failed to find layer for model in progress map" << endl; #endif }