mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Update Emby.Dlna/Service/BaseControlHandler.cs
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
parent
ac3b958c67
commit
5340eb9363
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ namespace Emby.Dlna.Service
|
|||
return;
|
||||
}
|
||||
|
||||
Logger.LogDebug("Control request. Headers: {@Header}", request.Headers);
|
||||
Logger.LogDebug("Control request. Headers: {@Headers}", request.Headers);
|
||||
}
|
||||
|
||||
private void LogResponse(ControlResponse response)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue