Skip to content

Commit

Permalink
SAK-29916 - change startup message from warn to error
Browse files Browse the repository at this point in the history
  • Loading branch information
tychn committed Feb 2, 2016
1 parent eab44b6 commit 24e4609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public void init()
logger.info(this +".init()");

if (ServerConfigurationService.getString(SakaiBLTIUtil.BASICLTI_ENCRYPTION_KEY, null) == null) {
logger.warn("BasicLTI secrets in database unencrypted, please set "+ SakaiBLTIUtil.BASICLTI_ENCRYPTION_KEY);
logger.error("BasicLTI secrets in database unencrypted, please set "+ SakaiBLTIUtil.BASICLTI_ENCRYPTION_KEY);
}
try
{
Expand Down

0 comments on commit 24e4609

Please sign in to comment.