Explorar o código

reflecting current code-state, relates to #234

Sten %!s(int64=10) %!d(string=hai) anos
pai
achega
f81170d6b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -78,7 +78,7 @@ int main(int argc, char** argv)
 
 int main(int argc, char *argv[])
 {
-    UA_Client *client = UA_Client_new(UA_ClientConfig_standard);
+    UA_Client *client = UA_Client_new(UA_ClientConfig_standard, Logger_Stdout_new());
     UA_StatusCode retval = UA_Client_connect(client, ClientNetworkLayerTCP_connect,
                                              "opc.tcp://localhost:16664");
     if(retval != UA_STATUSCODE_GOOD) {