Show PluginInfo information after install only in verbose mode

This commit is contained in:
Andrey Fadeyev 2015-08-15 14:40:03 +01:00
parent 20f6b41337
commit 7d6acde538
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ public class PluginManager {
// read and validate the plugin descriptor
PluginInfo info = PluginInfo.readFromProperties(root);
terminal.println("%s", info);
terminal.println(VERBOSE, "%s", info);
// check for jar hell before any copying
if (info.isJvm()) {