fix: missing include to find find_if function
[apps/agl-service-can-low-level.git] / low-can-binding / utils / config-parser.cpp
index 8ccf5bc..820c6d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015, 2016 ,2017 "IoT.bzh"
+ * Copyright (C) 2015, 2016 , 2017, 2018, 2019 "IoT\.bzh"
  * Author "Romain Forlot" <romain.forlot@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -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: /etc/dev-mapping.conf.");
                        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
+}