Skip to content

Commit

Permalink
Product version and license expiration not output correctly in all ca…
Browse files Browse the repository at this point in the history
…ses in maven.

DAT-3724
  • Loading branch information
nvoxland committed Dec 11, 2019
1 parent f37c6c6 commit fc8b4e4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -108,8 +108,8 @@ public static void checkProLicense(String liquibaseProLicenseKey, Log log) {
String allMessages = String.join("\n", result.messages);
log.warn(allMessages);
}
log.info(licenseService.getLicenseInfo());
}
log.info(licenseService.getLicenseInfo());
}

/**
Expand Down

0 comments on commit fc8b4e4

Please sign in to comment.