We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1746e commit b2e478fCopy full SHA for b2e478f
src/chargepoint/ocpp/ChargePointEventsHandler.cpp
@@ -371,7 +371,7 @@ std::string ChargePointEventsHandler::getDiagnostics(const ocpp::types::Optional
371
{
372
ss << " " << filepath;
373
} else {
374
- cout << "Impossible to add file " << filepath << " in diagnostic zip: not found" << endl;
+ cout << "Unable to add file " << filepath << " in diagnostic zip: not found" << endl;
375
}
376
377
0 commit comments