[vlc-commits] chromecast: more verbose retry log

Thomas Guillem git at videolan.org
Fri Jan 19 10:17:00 CET 2018


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Jan 19 10:16:32 2018 +0100| [86b93275000c4c40d6d0a9b8720436bd9c26b1d7] | committer: Thomas Guillem

chromecast: more verbose retry log

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=86b93275000c4c40d6d0a9b8720436bd9c26b1d7
---

 modules/stream_out/chromecast/cast.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp
index c70cd6380d..13a5189083 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -558,7 +558,7 @@ static int Send(sout_stream_t *p_stream, sout_stream_id_sys_t *id,
             }
             p_sys->transcode_attempt_idx++;
             p_sys->es_changed = true;
-            msg_Dbg( p_stream, "Load failed detected. Switching to next "
+            msg_Warn( p_stream, "Load failed detected. Switching to next "
                      "configuration index: %u", p_sys->transcode_attempt_idx );
         }
         else if ( s == Playing || s == Paused )



More information about the vlc-commits mailing list