diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-02 13:37:49 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-02 13:37:49 -0400 |
| commit | b4dd8a210629bc74445f106e2379b986af9520c5 (patch) | |
| tree | 69dfb0fb565f3e2f47fad029fda11e24d75b54c6 /MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs | |
| parent | dcc057f3242fb44a15006e5b13a2c7a2662dd2cd (diff) | |
moved displaypreferences to usermanager to solve concurrency issues
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs b/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs index edb227c79..669603958 100644 --- a/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs +++ b/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs @@ -160,7 +160,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer if (exception != null) { - _logger.ErrorException("Error processing request", exception); + _logger.ErrorException("Error processing request for {0}", exception, req.RawUrl); if (!string.IsNullOrEmpty(exception.Message)) { |
