comparison plugin/PluginScan.cpp @ 1396:0bbf91b05164

Debug output
author Chris Cannam
date Sun, 05 Mar 2017 17:16:04 +0000
parents f98fde50570b
children 48e9f538e6e9
comparison
equal deleted inserted replaced
1395:7e3532d56abb 1396:0bbf91b05164
55 55
56 PluginScan::~PluginScan() { 56 PluginScan::~PluginScan() {
57 QMutexLocker locker(&m_mutex); 57 QMutexLocker locker(&m_mutex);
58 clear(); 58 clear();
59 delete m_logger; 59 delete m_logger;
60 SVDEBUG << "PluginScan::~PluginScan completed" << endl;
60 } 61 }
61 62
62 void 63 void
63 PluginScan::scan() 64 PluginScan::scan()
64 { 65 {
104 SVDEBUG << "ERROR: PluginScan::scan: " << e.what() 105 SVDEBUG << "ERROR: PluginScan::scan: " << e.what()
105 << " (with helper path = " << p.executable << ")" << endl; 106 << " (with helper path = " << p.executable << ")" << endl;
106 } 107 }
107 } 108 }
108 109
110 SVDEBUG << "PluginScan::scan complete" << endl;
109 #endif 111 #endif
110 } 112 }
111 113
112 bool 114 bool
113 PluginScan::scanSucceeded() const 115 PluginScan::scanSucceeded() const