changeset 484:45ded09e4710

* minor text change
author Chris Cannam
date Wed, 19 Nov 2008 21:36:33 +0000
parents b13213785a6f
children 9eb7ef610d7f
files transform/TransformFactory.cpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/transform/TransformFactory.cpp	Tue Nov 18 10:08:32 2008 +0000
+++ b/transform/TransformFactory.cpp	Wed Nov 19 21:36:33 2008 +0000
@@ -1050,8 +1050,9 @@
 
     if (!m_uninstalledTransformsMutex.tryLock()) {
         // uninstalled transforms are being populated; this may take some time,
-        // and they aren't critical
+        // and they aren't critical, but we will speed them up if necessary
         std::cerr << "TransformFactory::search: Uninstalled transforms mutex is held, skipping" << std::endl;
+        m_populatingSlowly = false;
         return results;
     }