This commit is contained in:
nilaoda 2022-11-09 00:40:55 +08:00
parent 2c9d6c8187
commit 1fb7f7bc23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ namespace N_m3u8DL_RE.Parser.Processor.HLS
if (parserConfig.CustomMethod != null)
{
encryptInfo.Method = parserConfig.CustomMethod.Value;
Logger.Warn("METHOD changed to {}", method, encryptInfo.Method);
Logger.Warn("METHOD changed from {} to {}", method, encryptInfo.Method);
}
return encryptInfo;