diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-11-09 22:29:33 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-11-09 22:29:33 +0100 |
| commit | 1d19a5be617c191a731b76e556fae1e395eb3788 (patch) | |
| tree | 8de67a20a404687d61da7c4ee9cf3828f13db6a1 /Jellyfin.Api/Models/PlaybackDtos/TranscodingThrottler.cs | |
| parent | a7a6a22109cd723a75b8e4f31f3403cb6a28e2cc (diff) | |
Fix some warnings
down to 580
Diffstat (limited to 'Jellyfin.Api/Models/PlaybackDtos/TranscodingThrottler.cs')
| -rw-r--r-- | Jellyfin.Api/Models/PlaybackDtos/TranscodingThrottler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Models/PlaybackDtos/TranscodingThrottler.cs b/Jellyfin.Api/Models/PlaybackDtos/TranscodingThrottler.cs index 7b32d76ba..0136d9f86 100644 --- a/Jellyfin.Api/Models/PlaybackDtos/TranscodingThrottler.cs +++ b/Jellyfin.Api/Models/PlaybackDtos/TranscodingThrottler.cs @@ -197,7 +197,7 @@ namespace Jellyfin.Api.Models.PlaybackDtos } } - _logger.LogDebug("No throttle data for " + path); + _logger.LogDebug("No throttle data for {Path}", path); return false; } |
