mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Improved logging IServerEntrypoint.Run
This commit is contained in:
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…
Reference in New Issue
Block a user