From: Romain Forlot Date: Tue, 14 Mar 2017 23:50:17 +0000 (+0100) Subject: Littles comments improvments X-Git-Tag: 5.0.2~440 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=4e2d038c42d6995d69239455ec4fbad9931fcfd5;p=apps%2Fagl-service-can-low-level.git Littles comments improvments Change-Id: Idcc7e5b4dedad8e39eb829b25502d7dea3e5b29a Signed-off-by: Romain Forlot --- 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