From 0f905b7333cb2c3909a6aa23dd1a79613c5a6546 Mon Sep 17 00:00:00 2001 From: ziyue <1213642868@qq.com> Date: Wed, 19 Jan 2022 22:53:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96http-ts=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E5=99=A8=E6=97=A5=E5=BF=97=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Http/TsPlayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/TsPlayer.cpp b/src/Http/TsPlayer.cpp index a445efde..fb6037f6 100644 --- a/src/Http/TsPlayer.cpp +++ b/src/Http/TsPlayer.cpp @@ -42,7 +42,7 @@ void TsPlayer::onResponseCompleted() { } void TsPlayer::onDisconnect(const SockException &ex) { - WarnL << _ts_url << " :" << ex.getErrCode() << " " << ex.what(); + WarnL << "play " << _ts_url << " failed: " << ex.getErrCode() << " " << ex.what(); if (_first) { //第一次失败,则播放失败 _first = false;