mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Adding more log information when layer evaluation fails
--HG-- branch : dev
This commit is contained in:
@@ -57,7 +57,7 @@ namespace Orchard.Widgets.Filters {
|
||||
}
|
||||
}
|
||||
catch(Exception e) {
|
||||
Logger.Debug(e, T("An error occured during layer evaluation").Text);
|
||||
Logger.Debug(e, T("An error occured during layer evaluation on: {0}", activeLayer.Name).Text);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user