better streaming logging

This commit is contained in:
LukePulverenti
2013-03-11 00:04:08 -04:00
parent de755c4b93
commit 7c677e0ee6
4 changed files with 39 additions and 13 deletions

View File

@@ -267,7 +267,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
}
httpListenerResponse.ContentLength64 = stream.Length;
return new StreamWriter(stream);
return new StreamWriter(stream, Logger);
}
string content;