diff 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
line wrap: on
line diff
--- a/plugin/PluginScan.cpp	Tue Nov 15 16:54:02 2016 +0000
+++ b/plugin/PluginScan.cpp	Wed Nov 16 16:12:42 2016 +0000
@@ -36,7 +36,7 @@
 {
 protected:
     void log(std::string message) {
-        SVDEBUG << "PluginScan: " << message;
+        SVDEBUG << "PluginScan: " << message << endl;
     }
 };