updated some error logging.

This commit is contained in:
Keivan Beigi 2013-05-03 19:15:46 -07:00
parent 381af184ce
commit ed089b01b1
2 changed files with 4 additions and 6 deletions

View file

@ -1,5 +1,4 @@
using System;
using System.Linq;
using FluentValidation;
using NLog;
using Nancy;
@ -37,7 +36,7 @@ namespace NzbDrone.Api.ErrorManagement
}
_logger.ErrorException("Unexpected error", exception);
_logger.FatalException("Request Failed", exception);
return new ErrorModel()