From 3ad448ec722087a369c8b2c94391dfe944679ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sch=C3=B6ppach?= Date: Tue, 22 Aug 2023 23:28:39 +0200 Subject: [PATCH] refactor(server): Add missing space in error message (#5968) --- src/server/ua_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/ua_server.c b/src/server/ua_server.c index 88b8ce5c5cd..f0f7f89caff 100644 --- a/src/server/ua_server.c +++ b/src/server/ua_server.c @@ -628,7 +628,7 @@ verifyServerApplicationURI(const UA_Server *server) { &server->config.applicationDescription.applicationUri); UA_CHECK_STATUS_ERROR(retval, return retval, &server->config.logger, UA_LOGCATEGORY_SERVER, - "The configured ApplicationURI \"%.*s\"does not match the " + "The configured ApplicationURI \"%.*s\" does not match the " "ApplicationURI specified in the certificate for the " "SecurityPolicy %.*s", (int)server->config.applicationDescription.applicationUri.length,