From c35b918ce14de010fc25b6060240ba9c09b0c7af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Fri, 28 Oct 2016 16:39:13 -0400 Subject: [PATCH] dtls: Downgrade locking debug --- ext/dtls/gstdtlsagent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dtls/gstdtlsagent.c b/ext/dtls/gstdtlsagent.c index af5b75c2b..c18212387 100644 --- a/ext/dtls/gstdtlsagent.c +++ b/ext/dtls/gstdtlsagent.c @@ -80,7 +80,7 @@ ssl_locking_function (gint mode, gint lock_num, const gchar * file, gint line) reading = mode & CRYPTO_READ; lock = &ssl_locks[lock_num]; - GST_LOG_OBJECT (NULL, "%s SSL lock for %s, thread=%p location=%s:%d", + GST_TRACE_OBJECT (NULL, "%s SSL lock for %s, thread=%p location=%s:%d", locking ? "locking" : "unlocking", reading ? "reading" : "writing", g_thread_self (), file, line); -- 2.34.1