aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-02 13:37:49 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-02 13:37:49 -0400
commitb4dd8a210629bc74445f106e2379b986af9520c5 (patch)
tree69dfb0fb565f3e2f47fad029fda11e24d75b54c6 /MediaBrowser.Server.Implementations/HttpServer/HttpServer.cs
parentdcc057f3242fb44a15006e5b13a2c7a2662dd2cd (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.cs2
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))
{