--- 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->ssl) << 24);
 
 #if (OPENSSL_VERSION_NUMBER < 0x10100001L) || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 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->is_client ? "client" : "server",
-      pqueue_size (priv->ssl->d1->sent_messages),
       priv->bio_buffer,
       priv->bio_buffer_offset,
       priv->bio_buffer_len,
