Merge pull request #991 from WalkerWatch/issues/984
Issue #984 - Minor edits to wording.
This commit is contained in:
commit
ac9583f6b3
|
@ -220,11 +220,11 @@ public class BaseBuilder
|
|||
else if (module.isTransitive())
|
||||
{
|
||||
if (module.hasIniTemplate())
|
||||
StartLog.info("%-15s transitive, ini template available with --add-to-start=%s",
|
||||
StartLog.info("%-15s transitively enabled, ini template available with --add-to-start=%s",
|
||||
module.getName(),
|
||||
module.getName());
|
||||
else
|
||||
StartLog.info("%-15s transitive",module.getName());
|
||||
StartLog.info("%-15s transitively enabled",module.getName());
|
||||
}
|
||||
else
|
||||
StartLog.info("%-15s initialized in %s",
|
||||
|
|
Loading…
Reference in New Issue