updated todo 22/2322/1
authorKevron Rees <kevron_m_rees@linux.intel.com>
Fri, 26 Oct 2012 18:58:34 +0000 (11:58 -0700)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Fri, 26 Oct 2012 18:58:34 +0000 (11:58 -0700)
TODO
plugins/obd2plugin/obd2source.cpp

diff --git a/TODO b/TODO
index 15e767d..efc19ae 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,6 +4,7 @@
 - historic data "get" interface in routing engine
 - sqlite database storage plugin
 - connect/disconnect on first/last subscription in obd2source
-- improve obd2source speed via Physical Addressing and Fast polling (see https://www.scantool.net/forum/index.php?topic=6661.msg25024#msg25024)
+- improve obd2source speed via Physical Addressing (see https://www.scantool.net/forum/index.php?topic=6661.msg25024#msg25024)
 - fix issue regarding obd2 thread loop not exiting sometimes
 - optimize CPU performance in obd2source
+- obd2source blacklist unsupported: persistent blacklist mapped to VIN?
index 5291d21..81b42c3 100644 (file)
@@ -545,11 +545,11 @@ void OBD2Source::subscribeToPropertyChanges(VehicleProperty::Property property)
 
        if (property == VehicleProperty::VIN)
        {
-               DebugOut() << __SMALLFILE__ <<":"<< __LINE__ << "VIN subscription requested... but there's no point!\n";
+               DebugOut() << __SMALLFILE__ <<":"<< __LINE__ << "VIN subscription requested... but there's no point!"<<endl;
        }
        else if (property == VehicleProperty::WMI)
        {
-               DebugOut() << __SMALLFILE__ <<":"<< __LINE__ << "WMI subscription requested... but there's no point!\n";
+               DebugOut() << __SMALLFILE__ <<":"<< __LINE__ << "WMI subscription requested... but there's no point!"<<endl;
        }
        else
        {