aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Models/PlaybackDtos/TranscodingThrottler.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2021-11-09 18:36:00 -0700
committerGitHub <noreply@github.com>2021-11-09 18:36:00 -0700
commit57d5423d640e234b48ec24bccb88e59302aa5f87 (patch)
tree8de67a20a404687d61da7c4ee9cf3828f13db6a1 /Jellyfin.Api/Models/PlaybackDtos/TranscodingThrottler.cs
parenta7a6a22109cd723a75b8e4f31f3403cb6a28e2cc (diff)
parent1d19a5be617c191a731b76e556fae1e395eb3788 (diff)
Merge pull request #6816 from Bond-009/warn55
Fix some warnings
Diffstat (limited to 'Jellyfin.Api/Models/PlaybackDtos/TranscodingThrottler.cs')
-rw-r--r--Jellyfin.Api/Models/PlaybackDtos/TranscodingThrottler.cs2
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;
}