diff --git a/libwvdrmengine/oemcrypto/test/oec_device_features.cpp b/libwvdrmengine/oemcrypto/test/oec_device_features.cpp index fdc5164e..2e18ca17 100644 --- a/libwvdrmengine/oemcrypto/test/oec_device_features.cpp +++ b/libwvdrmengine/oemcrypto/test/oec_device_features.cpp @@ -133,7 +133,7 @@ void DeviceFeatures::Initialize(bool is_cast_receiver, } std::string security_level = OEMCrypto_SecurityLevel(); supports_level_1 = (security_level == "L1"); - printf("SecurityLevel is %s (%s)", + printf("SecurityLevel is %s (%s)\n", supports_level_1 ? "Level 1" : "Not Level 1", security_level.c_str()); OEMCrypto_Terminate();