Improved logging IServerEntrypoint.Run

pull/702/head
softworkz 8 years ago
parent 6b26d852be
commit fc3beb5445

@ -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);
}
});

Loading…
Cancel
Save