# HG changeset patch # User Chris Cannam # Date 1478185020 0 # Node ID a429b2acb45df713bc6ad98159f20e3b9504bd00 # Parent 8a5f0c8d56089170062e94c70f369292b06a6c12 Make SVDEBUG always write to a log file -- formerly this was disabled in NDEBUG builds. I think there's little use to that, it just means that we keep adding more cerr debug output because we aren't getting the log we need. And SVDEBUG logging is not usually used in tight loops, I don't think the performance overhead is too serious. Also update the About box. diff -r 8a5f0c8d5608 -r a429b2acb45d widgets/InteractiveFileFinder.cpp --- a/widgets/InteractiveFileFinder.cpp Fri Oct 28 15:20:58 2016 +0100 +++ b/widgets/InteractiveFileFinder.cpp Thu Nov 03 14:57:00 2016 +0000 @@ -37,7 +37,6 @@ m_lastLocatedLocation(""), m_parent(0) { - SVDEBUG << "Registering interactive file finder" << endl; FileFinder::registerFileFinder(this); }