stream-ssl: Try to shut SSL connections down gracefully.
[openvswitch] / lib / dpif-linux.c
index 8216d18709933294c4f17b87ffed80402ad5b6fc..2bf329f453732137c1d08c936ecae7c5e151ee4e 100644 (file)
@@ -419,7 +419,7 @@ dpif_linux_recv(struct dpif *dpif_, struct ofpbuf **bufp)
             return 0;
         } else {
             VLOG_WARN_RL(&error_rl, "%s: discarding message truncated "
-                         "from %zu bytes to %d",
+                         "from %"PRIu32" bytes to %d",
                          dpif_name(dpif_), msg->length, retval);
             error = ERANGE;
         }