[vlc-commits] chromecast: more verbose retry log

Thomas Guillem git at videolan.org
Fri Jan 19 12:05:07 CET 2018


vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Jan 19 10:16:32 2018 +0100| [c192adb58a060ac4f2f37f4287d0be2524354a57] | committer: Jean-Baptiste Kempf

chromecast: more verbose retry log

(cherry picked from commit 86b93275000c4c40d6d0a9b8720436bd9c26b1d7)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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