Mercurial > hg > svcore
comparison plugin/PluginScan.cpp @ 1264:a99641535e02 3.0-integration
Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types
author | Chris Cannam |
---|---|
date | Wed, 16 Nov 2016 16:12:42 +0000 |
parents | d45a16c232bd |
children | 0be27c989c1d |
comparison
equal
deleted
inserted
replaced
1263:abfc498c52bc | 1264:a99641535e02 |
---|---|
34 : public PluginCandidates::LogCallback | 34 : public PluginCandidates::LogCallback |
35 #endif | 35 #endif |
36 { | 36 { |
37 protected: | 37 protected: |
38 void log(std::string message) { | 38 void log(std::string message) { |
39 SVDEBUG << "PluginScan: " << message; | 39 SVDEBUG << "PluginScan: " << message << endl; |
40 } | 40 } |
41 }; | 41 }; |
42 | 42 |
43 PluginScan *PluginScan::getInstance() | 43 PluginScan *PluginScan::getInstance() |
44 { | 44 { |