Stasik0 пре 11 година
родитељ
комит
a03f92756f
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 	}