#20311 : Logging FATALs without exceptions.

Work Item: 20311
This commit is contained in:
Jack Cheng
2015-02-14 15:51:02 +00:00
committed by agriffard
parent 362400b03c
commit d09297b750

View File

@@ -125,7 +125,7 @@ namespace Orchard.Security.Providers {
int userId;
if (!int.TryParse(userDataId, out userId)) {
Logger.Fatal("User id not a parsable integer");
Logger.Error("User id not a parsable integer");
return null;
}