More detail when missing a config entry.

This commit is contained in:
2022-06-26 11:05:37 -04:00
parent 246bfe59cb
commit 45ab56e98d
+1 -1
View File
@@ -103,7 +103,7 @@ public enum ConfigManager {
Logger.info(configSetting.name() + ":" + configSetting.getValue());
else {
Logger.error("Missing Config: " + configSetting.name());
Logger.error("This codebase expects >= MagicBox v1.3 " + configSetting.name());
Logger.error("This codebase requires >= MagicBox v1.3");
Logger.error("docker pull magicbane/magicbox:latest");
return false;
}