diff --git a/src/v2i-hub/TelematicBridgePlugin/src/TelematicUnit.cpp b/src/v2i-hub/TelematicBridgePlugin/src/TelematicUnit.cpp index 4dfbaf0f4..5f9e662c3 100644 --- a/src/v2i-hub/TelematicBridgePlugin/src/TelematicUnit.cpp +++ b/src/v2i-hub/TelematicBridgePlugin/src/TelematicUnit.cpp @@ -62,6 +62,7 @@ namespace TelematicBridge _eventName = root[EVENT_NAME].asString(); return true; } + PLOG(logERROR) << "Failed to register unit as event information (locatoin, testing type and event name) does not exist."; return false; }