Complete load-settings error message

This commit is contained in:
Mathias Fussenegger 2016-07-13 23:39:16 +02:00
parent ed768b101f
commit 8c0b954466
1 changed files with 1 additions and 1 deletions

View File

@ -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;