diff options
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()); } } |