ffmpeg | branch: master | Timo Rothenpieler <t...@rothenpieler.org> | Thu Jun 
26 01:20:58 2025 +0200| [311742eb5a043f54b8e33c42bb9309f5e02c3c2c] | committer: 
Timo Rothenpieler

avformat/tls: use non protocol specific error message

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=311742eb5a043f54b8e33c42bb9309f5e02c3c2c
---

 libavformat/tls.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/tls.c b/libavformat/tls.c
index da53835200..018b24cd48 100644
--- a/libavformat/tls.c
+++ b/libavformat/tls.c
@@ -137,7 +137,7 @@ int ff_tls_open_underlying(TLSShared *c, URLContext 
*parent, const char *uri, AV
                                parent->protocol_whitelist, 
parent->protocol_blacklist, parent);
     if (c->is_dtls) {
         if (ret < 0) {
-            av_log(c, AV_LOG_ERROR, "WHIP: Failed to connect udp://%s:%d\n", 
c->underlying_host, port);
+            av_log(c, AV_LOG_ERROR, "Failed to open udp://%s:%d\n", 
c->underlying_host, port);
             return ret;
         }
         /* Make the socket non-blocking, set to READ and WRITE mode after 
connected */

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to