瀏覽代碼

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
                 {