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…
Reference in New Issue