change crash log file name

This commit is contained in:
Luke Pulverenti 2013-10-15 11:28:07 -04:00
parent 5480815022
commit 9aac530aec

View file

@ -417,7 +417,7 @@ namespace MediaBrowser.ServerApplication
{
_logger.ErrorException("UnhandledException", ex);
var path = Path.Combine(_appHost.ServerConfigurationManager.ApplicationPaths.LogDirectoryPath, "crash_" + Guid.NewGuid() + ".txt");
var path = Path.Combine(_appHost.ServerConfigurationManager.ApplicationPaths.LogDirectoryPath, "unhandled_" + Guid.NewGuid() + ".txt");
var builder = LogHelper.GetLogMessage(ex);