change log message to debug

pull/702/head
Luke Pulverenti 12 years ago
parent e8f345514c
commit a5e2778f62

@ -96,7 +96,7 @@ namespace MediaBrowser.Api.Playback.Progressive
var bytesRead = fsPosition - position; 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) if (bytesRead == 0)
{ {

Loading…
Cancel
Save