Merge remote-tracking branch 'origin/master'

Former-commit-id: 056feebeb11b34d5da1fb40f90cd1bd9aabeeb9a
This commit is contained in:
Steve Springett
2014-11-21 16:21:28 -06:00

View File

@@ -101,7 +101,7 @@ public class NexusAnalyzer extends AbstractFileTypeAnalyzer {
LOGGER.info("Enabling Nexus analyzer");
retval = true;
} else {
LOGGER.info("Nexus analyzer disabled, using Central instead");
LOGGER.fine("Nexus analyzer disabled, using Central instead");
}
} catch (InvalidSettingException ise) {
LOGGER.warning("Invalid setting. Disabling Nexus analyzer");