made HTTPS warning stand out a little better in the logs

pull/803/merge
Justin Richer 2015-05-13 14:22:50 -04:00
parent bf2449b693
commit a44335198e
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class ConfigurationPropertiesBean {
throw new BeanCreationException("Issuer is not using https scheme as required: " + issuer);
}
else {
logger.warn("Configured issuer url is not using https scheme.");
logger.warn("\n\n**\n** WARNING: Configured issuer url is not using https scheme.\n**\n\n");
}
}
}