comparison widgets/InteractiveFileFinder.cpp @ 1160:a429b2acb45d 3.0-integration

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.
author Chris Cannam
date Thu, 03 Nov 2016 14:57:00 +0000
parents 831188672987
children 6828735468c9
comparison
equal deleted inserted replaced
1159:8a5f0c8d5608 1160:a429b2acb45d
35 InteractiveFileFinder::InteractiveFileFinder() : 35 InteractiveFileFinder::InteractiveFileFinder() :
36 m_sessionExtension("sv"), 36 m_sessionExtension("sv"),
37 m_lastLocatedLocation(""), 37 m_lastLocatedLocation(""),
38 m_parent(0) 38 m_parent(0)
39 { 39 {
40 SVDEBUG << "Registering interactive file finder" << endl;
41 FileFinder::registerFileFinder(this); 40 FileFinder::registerFileFinder(this);
42 } 41 }
43 42
44 InteractiveFileFinder::~InteractiveFileFinder() 43 InteractiveFileFinder::~InteractiveFileFinder()
45 { 44 {