mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Added logging statement in case of non-fatal exception.
This commit is contained in:
@@ -105,6 +105,7 @@ namespace Orchard.TaskLease.Services {
|
|||||||
}
|
}
|
||||||
catch (Exception ex) {
|
catch (Exception ex) {
|
||||||
if (ex.IsFatal()) throw;
|
if (ex.IsFatal()) throw;
|
||||||
|
Logger.Error(ex, "An non-fatal error occurred while trying to dispose the database lock.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user