diff --git a/src/N_m3u8DL-RE/Downloader/SimpleDownloader.cs b/src/N_m3u8DL-RE/Downloader/SimpleDownloader.cs index e24f7c5..165bd2e 100644 --- a/src/N_m3u8DL-RE/Downloader/SimpleDownloader.cs +++ b/src/N_m3u8DL-RE/Downloader/SimpleDownloader.cs @@ -76,6 +76,7 @@ namespace N_m3u8DL_RE.Downloader } catch (Exception ex) { + Logger.WarnMarkUp($"{ex.Message} retryCount: {retryCount}"); Logger.Debug(ex.ToString()); if (retryCount-- > 0) {