mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#16423: Log error w/ module name when unable to load manifest.
--HG-- branch : dev
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Orchard.Environment.Extensions.Folders {
|
|||||||
}
|
}
|
||||||
catch ( Exception ex ) {
|
catch ( Exception ex ) {
|
||||||
// Ignore invalid module manifests
|
// Ignore invalid module manifests
|
||||||
Logger.Error(ex, "A module could not be loaded. It was ignored.");
|
Logger.Error(ex, "The module '{0}' could not be loaded. It was ignored.", extensionName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return localList;
|
return localList;
|
||||||
|
Reference in New Issue
Block a user