mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Merge pull request #19424 from mfussenegger/error-msg
Complete load-settings error message
This commit is contained in:
commit
2138a55eab
@ -106,7 +106,7 @@ public class InternalSettingsPreparer {
|
||||
try {
|
||||
output.loadFromPath(path);
|
||||
} catch (IOException e) {
|
||||
throw new SettingsException("Failed to settings from " + path.toString(), e);
|
||||
throw new SettingsException("Failed to load settings from " + path.toString(), e);
|
||||
}
|
||||
}
|
||||
settingsFileFound = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user