Explorar o código

minor fix of warning

Stasik0 %!s(int64=11) %!d(string=hai) anos
pai
achega
a03f92756f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/opcua_transportLayer.c

+ 1 - 1
src/opcua_transportLayer.c

@@ -288,7 +288,7 @@ TL_send(UA_connection *connection, UA_ByteString *packet)
 	}
 	else
 	{
-		printf("TL_send - ERROR: packet size greater than remote buffer size", packet->Length);
+		printf("TL_send - ERROR: packet size greater than remote buffer size");
 		//server error
 	}