Mercurial > hg > svgui
diff widgets/TextAbbrev.cpp @ 587:4806715f7a19
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
author | Chris Cannam |
---|---|
date | Tue, 14 Jun 2011 15:27:05 +0100 |
parents | f4960f8ce798 |
children | 1a0dfcbffaf1 |
line wrap: on
line diff
--- a/widgets/TextAbbrev.cpp Tue Jun 14 14:48:29 2011 +0100 +++ b/widgets/TextAbbrev.cpp Tue Jun 14 15:27:05 2011 +0100 @@ -261,7 +261,7 @@ } } -// DEBUG << "TextAbbrev::getPrefixLength: prefix length is " << candidate << endl; +// SVDEBUG << "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; // }