<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- ext/dtls/gstdtlsconnection.c.orig	2017-02-11 18:02:41.000000000 -0800
+++ ext/dtls/gstdtlsconnection.c	2017-02-11 18:02:30.000000000 -0800
@@ -607,10 +607,9 @@ log_state (GstDtlsConnection * self, con
   states |= (! !SSL_want_read (priv-&gt;ssl) &lt;&lt; 24);
 
 #if (OPENSSL_VERSION_NUMBER &lt; 0x10100001L) || (defined(LIBRESSL_VERSION_NUMBER) &amp;&amp; LIBRESSL_VERSION_NUMBER &lt; 0x2070000)
-  GST_LOG_OBJECT (self, "%s: role=%s buf=(%d,%p:%d/%d) %x|%x %s",
+  GST_LOG_OBJECT (self, "%s: role=%s buf=(%p:%d/%d) %x|%x %s",
       str,
       priv-&gt;is_client ? "client" : "server",
-      pqueue_size (priv-&gt;ssl-&gt;d1-&gt;sent_messages),
       priv-&gt;bio_buffer,
       priv-&gt;bio_buffer_offset,
       priv-&gt;bio_buffer_len,
</pre></body></html>