Explorar el Código

minor fix of warning

Stasik0 hace 11 años
padre
commit
a03f92756f
Se han modificado 1 ficheros con 1 adiciones y 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
 	}