Update Emby.Dlna/DlnaManager.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
pull/5861/head
BaronGreenback 3 years ago committed by GitHub
parent 4449217f8f
commit 092c610fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -113,7 +113,7 @@ namespace Emby.Dlna
if (profile != null)
{
_logger.LogDebug("Found matching device profile: {0}", profile.Name);
_logger.LogDebug("Found matching device profile: {ProfileName}", profile.Name);
}
else
{

Loading…
Cancel
Save