diff widgets/TextAbbrev.cpp @ 585:f4960f8ce798 debug-output

Convert many cerrs to DEBUGs
author Chris Cannam
date Mon, 16 May 2011 17:19:25 +0100
parents 1fe7951a61e8
children 4806715f7a19
line wrap: on
line diff
--- a/widgets/TextAbbrev.cpp	Thu May 12 17:31:43 2011 +0100
+++ b/widgets/TextAbbrev.cpp	Mon May 16 17:19:25 2011 +0100
@@ -261,7 +261,7 @@
         }
     }
 
-//    std::cerr << "TextAbbrev::getPrefixLength: prefix length is " << candidate << std::endl;
+//    DEBUG << "TextAbbrev::getPrefixLength: prefix length is " << candidate << endl;
 //    for (int i = 0; i < texts.size(); ++i) {
 //        std::cerr << texts[i].left(candidate) << "|" << texts[i].right(texts[i].length() - candidate) << std::endl;
 //    }