summaryrefslogtreecommitdiff
path: root/ext/dtls
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dtls')
-rw-r--r--ext/dtls/gstdtlsconnection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dtls/gstdtlsconnection.c b/ext/dtls/gstdtlsconnection.c
index 88a327050..6b47460d5 100644
--- a/ext/dtls/gstdtlsconnection.c
+++ b/ext/dtls/gstdtlsconnection.c
@@ -733,7 +733,7 @@ openssl_poll (GstDtlsConnection * self)
if (ret == 0) {
GST_DEBUG_OBJECT (self, "do_handshake encountered EOF");
} else if (ret == -1) {
- GST_WARNING_OBJECT (self, "do_handshake encountered BIO error");
+ GST_DEBUG_OBJECT (self, "do_handshake encountered BIO error");
} else {
GST_DEBUG_OBJECT (self, "do_handshake returned %d", ret);
}