dtls: Downgrade locking debug

This commit is contained in:
Olivier Crête 2016-10-28 16:39:13 -04:00
parent d82ae6949f
commit c35b918ce1

View file

@ -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);