Преглед изворни кода

Update Emby.Dlna/DlnaManager.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
BaronGreenback пре 4 година
родитељ
комит
092c610fbf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Emby.Dlna/DlnaManager.cs

+ 1 - 1
Emby.Dlna/DlnaManager.cs

@@ -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
                 {