Procházet zdrojové kódy

[CTT] Change warning log

Signed-off-by: Jayanth Velusamy <jayanth.v@kalycito.com>
Jayanth Velusamy před 4 roky
rodič
revize
7871952787
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.