Skip to content
Snippets Groups Projects
Commit 3fd825fe authored by Satoshi Kobayashi's avatar Satoshi Kobayashi
Browse files

Make log more detailed

When loading of the module of dependence is unsuccessful,
the name of the module of the cause is recorded on a log.
parent 411ad8bd
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