Improved logging IServerEntrypoint.Run

This commit is contained in:
softworkz 2016-05-21 21:00:19 +02:00
parent 6b26d852be
commit fc3beb5445

View file

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