Skip to content

Commit

Permalink
refactor(server): Add missing space in error message (open62541#5968)
Browse files Browse the repository at this point in the history
  • Loading branch information
dns13 authored Aug 22, 2023
1 parent 9fdab5e commit 3ad448e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/ua_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3ad448e

Please sign in to comment.