diff --git a/src/client/ua_client_connect.c b/src/client/ua_client_connect.c index 2cf1f40fb76..a4005dc2577 100644 --- a/src/client/ua_client_connect.c +++ b/src/client/ua_client_connect.c @@ -1618,7 +1618,7 @@ verifyClientApplicationURI(const UA_Client *client) { UA_LOG_WARNING(client->config.logging, UA_LOGCATEGORY_CLIENT, "The configured ApplicationURI does not match the URI " "specified in the certificate for the SecurityPolicy %S", - sp->policyUri.length); + sp->policyUri); } } #endif