}
if (request->reply->data_len > (MAX_PACKET_LEN - 100)) {
- RWARN("Packet is large, and possibly truncated - %zd vs max %zd",
+ RWARN("Packet is large, and possibly truncated - %zd vs max %d",
request->reply->data_len, MAX_PACKET_LEN);
}
}
if (request->reply->data_len > (MAX_PACKET_LEN - 100)) {
- RWARN("Packet is large, and possibly truncated - %zd vs max %zd",
+ RWARN("Packet is large, and possibly truncated - %zd vs max %d",
request->reply->data_len, MAX_PACKET_LEN);
}
}
if (request->proxy->data_len > (MAX_PACKET_LEN - 100)) {
- RWARN("Packet is large, and possibly truncated - %zd vs max %zd",
+ RWARN("Packet is large, and possibly truncated - %zd vs max %d",
request->proxy->data_len, MAX_PACKET_LEN);
}
}
if (request->reply->data_len > (MAX_PACKET_LEN - 100)) {
- RWARN("Packet is large, and possibly truncated - %zd vs max %zd",
+ RWARN("Packet is large, and possibly truncated - %zd vs max %d",
request->reply->data_len, MAX_PACKET_LEN);
}
}
if (request->proxy->data_len > (MAX_PACKET_LEN - 100)) {
- RWARN("Packet is large, and possibly truncated - %zd vs max %zd",
+ RWARN("Packet is large, and possibly truncated - %zd vs max %d",
request->proxy->data_len, MAX_PACKET_LEN);
}