X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=low-can-binding%2Futils%2Fconfig-parser.cpp;h=e3936eba2cdb2c1b1fe33d95be9068c194500ff1;hb=c16ccc9d6a1de5406ba0e74f757403ac7553b6a8;hp=8ccf5bcbc017cd18862a04d700f23b71611220b4;hpb=621f55e3e4b104d5771a38aae4db5439fe9a5aa8;p=apps%2Fagl-service-can-low-level.git diff --git a/low-can-binding/utils/config-parser.cpp b/low-can-binding/utils/config-parser.cpp index 8ccf5bcb..e3936eba 100644 --- a/low-can-binding/utils/config-parser.cpp +++ b/low-can-binding/utils/config-parser.cpp @@ -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 +}