Skip to content
Snippets Groups Projects
Commit 3a09697b authored by Kuang-Ching Wang's avatar Kuang-Ching Wang
Browse files

Merge pull request #389 from iSatoshiKobayashi/make-log-more-detailed

Include the module name in error message when loading module
parents 411ad8bd 3fd825fe
No related branches found
No related tags found
No related merge requests found
......@@ -305,6 +305,7 @@ public class FloodlightModuleLoader {
throw new FloodlightModuleException("ERROR! Found more " +
"than one (" + mods.size() + ") IFloodlightModules that provides " +
"service " + c.toString() +
". This service is required for " + moduleName +
". Please specify one of the following modules in the config: " +
duplicateMods);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment