Format
[apps/agl-service-can-low-level.git] / low-can-binding / utils / config-parser.cpp
index 8ccf5bc..e3936eb 100644 (file)
@@ -39,10 +39,10 @@ namespace utils
        {
                if (config_content_.size() <= 0)
                {
-                       ERROR("Can't load the INI config file.");
+                       AFB_ERROR("Can't load the INI config file.");
                        return false;
                }
-                       DEBUG("Configuration file parsed");
+                       AFB_DEBUG("Configuration file parsed");
                        return true;
        }
 
@@ -64,4 +64,4 @@ namespace utils
 
                return devices_name;
        }
-}
\ No newline at end of file
+}