From b8ddb05937301cebfcccf43164b6c168a5a63bf4 Mon Sep 17 00:00:00 2001 From: Dragan Ivanovic Date: Thu, 24 Nov 2022 12:39:25 +0100 Subject: [PATCH] property files not mandatory anymore, message kept as info instead of warning --- .../vitro/webapp/config/ConfigurationPropertiesSmokeTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesSmokeTests.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesSmokeTests.java index 7c5e630f1..80fba112e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesSmokeTests.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesSmokeTests.java @@ -160,7 +160,7 @@ public class ConfigurationPropertiesSmokeTests implements String vivoBundle = VIVO_BUNDLE_PREFIX + language + ".properties"; String vitroBundle = VITRO_BUNDLE_PREFIX + language + ".properties"; if (!i18nNames.contains(vivoBundle) && !i18nNames.contains(vitroBundle)) { - ss.warning(this, language + " was found in the value for " + ss.info(this, language + " was found in the value for " + PROPERTY_LANGUAGE_SELECTABLE + " but no corresponding " + "language file was found."); }