#16423: Log error w/ module name when unable to load manifest.

--HG--
branch : dev
This commit is contained in:
Dave Reed
2010-11-17 13:43:45 -08:00
parent 58499abb10
commit 624a6166bd

View File

@@ -62,7 +62,7 @@ namespace Orchard.Environment.Extensions.Folders {
}
catch ( Exception ex ) {
// 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;