init: Improve error message when not finding config file
[apps/agl-service-can-low-level.git] / low-can-binding / binding / low-can-cb.cpp
index aaf39d9..1ff1d9d 100644 (file)
@@ -941,7 +941,7 @@ int load_config(afb_api_t api)
 
        if (!configPath)
        {
-               AFB_ERROR_V3("CtlPreInit: No control-* config found invalid JSON %s ", filepath.c_str());
+               AFB_ERROR_V3("CtlPreInit: No control-%s* config found invalid JSON %s ", GetBinderName(), filepath.c_str());
                return -1;
        }