diag_mngr: No diagnostic msg if no diagnostic_bus
[apps/agl-service-can-low-level.git] / low-can-binding / binding / low-can-cb.cpp
index 0bee7ef..5e03c75 100644 (file)
@@ -79,7 +79,7 @@ int config_low_can(afb_api_t apiHandle, CtlSectionT *section, json_object *json_
        /// Initialize Diagnostic manager that will handle obd2 requests.
        /// We pass by default the first CAN bus device to its Initialization.
        if(! diagnotic_bus || application_t::instance().get_diagnostic_manager().initialize(diagnotic_bus))
-               AFB_WARNING("Diagnostic Manager: not initialized");
+               AFB_WARNING("Diagnostic Manager: not initialized. No diagnostic messages will be processed.");
 
        return 0;
 }