# HG changeset patch # User Chris Cannam # Date 1227130593 0 # Node ID 45ded09e47105df95d635c0ab6aa1b9ddb46249f # Parent b13213785a6f621a3f23ce8d093ab5bc28ef2968 * minor text change diff -r b13213785a6f -r 45ded09e4710 transform/TransformFactory.cpp --- 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; }