diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-09 09:03:20 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-09 12:26:10 +0200 |
commit | 2a35b45d6bdef8b634de36103e0a33490922dd4e (patch) | |
tree | 72a15afb451043e54f5ff9d1a8eb54984d127971 /CAN-binder/low-can-binding | |
parent | 6d0d543254a1527d4a61c517f93fbe8f636c6ac7 (diff) |
Fix: warning at compile time after migration to v2
Change-Id: I7bd4168d74ee0c144cea8ca85f30b5b6928d68f8
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/low-can-binding')
-rw-r--r-- | CAN-binder/low-can-binding/can/can-bus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CAN-binder/low-can-binding/can/can-bus.cpp b/CAN-binder/low-can-binding/can/can-bus.cpp index 1d3fce9b..61673350 100644 --- a/CAN-binder/low-can-binding/can/can-bus.cpp +++ b/CAN-binder/low-can-binding/can/can-bus.cpp @@ -300,7 +300,7 @@ void can_bus_t::set_can_devices() if(can_devices_.empty()) { ERROR("No mapping found in config file: '%s'. Check it that it have a CANbus-mapping section.", - __FUNCTION__, conf_file_.filepath().c_str()); + conf_file_.filepath().c_str()); } } |