Browse Source

[CTT] Change warning log

Signed-off-by: Jayanth Velusamy <jayanth.v@kalycito.com>
Jayanth Velusamy 4 years ago
parent
commit
7871952787
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ua_securechannel.c

+ 1 - 1
src/ua_securechannel.c

@@ -69,7 +69,7 @@ UA_SecureChannel_setSecurityPolicy(UA_SecureChannel *channel,
             return retval;
     } else {
         UA_LOG_WARNING(securityPolicy->logger, UA_LOGCATEGORY_SECURITYPOLICY,
-                       "No PKI plugin set. Accepting all certificates");
+                       "Security policy None is used to create SecureChannel. Accepting all certificates");
     }
 
     retval = securityPolicy->channelModule.