java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLI.java
changeset 52 e539cae27747
parent 50 3af3ef97f33f
     1.1 --- a/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLI.java	Mon Jun 16 22:29:02 2014 +0200
     1.2 +++ b/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLI.java	Mon Jun 16 22:35:44 2014 +0200
     1.3 @@ -52,7 +52,7 @@
     1.4  			for (ActionFactory f : ServiceLoader.load(ActionFactory.class)) {
     1.5  				String code = f.getActionCode();
     1.6  				actionFactories.put(code, f);
     1.7 -				log.log(Level.INFO, "Discovered output module: {0} = {1}", new Object[]{code, f.getClass().getName()});
     1.8 +				log.log(Level.CONFIG, "Discovered output module: {0} = {1}", new Object[]{code, f.getClass().getName()});
     1.9  			}
    1.10  
    1.11  			ActionFactory actionFactory = actionFactories.get(actionCode);