[Bug 794800] GstDtlsConnection throws a warning every minute

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Mar 31 06:14:43 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=794800

--- Comment #5 from Nirbheek Chauhan <nirbheek.chauhan at gmail.com> ---
Review of attachment 370289:
 --> (https://bugzilla.gnome.org/review?bug=794800&attachment=370289)

::: ext/dtls/gstdtlsconnection.c
@@ +775,3 @@
+    case SSL_ERROR_SYSCALL:
+      GST_LOG_OBJECT (self, "SSL syscall error: errno %d: %s", errno,
+          strerror (errno));

Since you have errno, maybe upgrade the log to a warning if errno != 0?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list