Selaa lähdekoodia

minor fix of warning

Stasik0 11 vuotta sitten
vanhempi
commit
a03f92756f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 	}