Browse Source

Improved logging IServerEntrypoint.Run

softworkz 9 years ago
parent
commit
fc3beb5445
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Server.Startup.Common/ApplicationHost.cs

+ 1 - 1
MediaBrowser.Server.Startup.Common/ApplicationHost.cs

@@ -339,7 +339,7 @@ namespace MediaBrowser.Server.Startup.Common
                 }
                 catch (Exception ex)
                 {
-                    Logger.ErrorException("Error in {0}", ex, entryPoint.GetType().Name);
+                    Logger.ErrorException("Error in {0}", ex, entryPoint.GetType().FullName);
                 }
             });