From 4e2d038c42d6995d69239455ec4fbad9931fcfd5 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 15 Mar 2017 00:50:17 +0100 Subject: Littles comments improvments Change-Id: Idcc7e5b4dedad8e39eb829b25502d7dea3e5b29a Signed-off-by: Romain Forlot --- src/configuration.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configuration.cpp b/src/configuration.cpp index d8c44a71..e6114cb9 100644 --- a/src/configuration.cpp +++ b/src/configuration.cpp @@ -120,7 +120,7 @@ void configuration_t::find_obd2_signals(const openxc_DynamicField &key, std::vec ERROR(binder_interface, "find_obd2_signals: wrong openxc_DynamicField specified. Use openxc_DynamicField_Type_NUM or openxc_DynamicField_Type_STRING type only."); break; } - DEBUG(binder_interface, "Found %d signal(s)", (int)found_signals.size()); + DEBUG(binder_interface, "find_obd2_signals: Found %d signal(s)", (int)found_signals.size()); } /** @@ -146,5 +146,5 @@ void configuration_t::find_can_signals(const openxc_DynamicField& key, std::vect ERROR(binder_interface, "find_can_signals: wrong openxc_DynamicField specified. Use openxc_DynamicField_Type_NUM or openxc_DynamicField_Type_STRING type only."); break; } - DEBUG(binder_interface, "Found %d signal(s)", (int)found_signals.size()); + DEBUG(binder_interface, "find_can_signals: Found %d signal(s)", (int)found_signals.size()); } \ No newline at end of file -- cgit 1.2.3-korg