diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-11 00:04:08 -0400 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-11 00:04:08 -0400 |
| commit | 7c677e0ee6e9e8b7816a7dae9cbf1c55502c3599 (patch) | |
| tree | 5136bad344bda79347c0b086bbe8969388e0ad8b /MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs | |
| parent | de755c4b9363134d7df144387e6394578a0db12b (diff) | |
better streaming logging
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs b/MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs index 89d1ea72d..0445cd863 100644 --- a/MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs +++ b/MediaBrowser.Server.Implementations/HttpServer/BaseRestService.cs @@ -267,7 +267,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer } httpListenerResponse.ContentLength64 = stream.Length; - return new StreamWriter(stream); + return new StreamWriter(stream, Logger); } string content; |
