mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
change log message to debug
This commit is contained in:
parent
e8f345514c
commit
a5e2778f62
@ -96,7 +96,7 @@ namespace MediaBrowser.Api.Playback.Progressive
|
||||
|
||||
var bytesRead = fsPosition - position;
|
||||
|
||||
Logger.Info("Streamed {0} bytes from file {1}", bytesRead, path);
|
||||
Logger.Debug("Streamed {0} bytes from file {1}", bytesRead, path);
|
||||
|
||||
if (bytesRead == 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user