diff --git a/modules/OCPP201/OCPP201.cpp b/modules/OCPP201/OCPP201.cpp index 9ba5af1d7..538543360 100644 --- a/modules/OCPP201/OCPP201.cpp +++ b/modules/OCPP201/OCPP201.cpp @@ -806,7 +806,8 @@ void OCPP201::ready() { auto ev_connection_timeout = std::stoi(set_variable_data.attributeValue.get()); this->r_auth->call_set_connection_timeout(ev_connection_timeout); } catch (const std::exception& e) { - EVLOG_error << "Could not parse EVConnectionTimeOut and did not set it in Auth module, error: " << e.what(); + EVLOG_error << "Could not parse EVConnectionTimeOut and did not set it in Auth module, error: " + << e.what(); return; } }