mirror of https://github.com/apache/cassandra
Merge 301ac675d6 into 10557d7ffe
This commit is contained in:
commit
aa4b269028
|
|
@ -163,7 +163,8 @@ public class YamlConfigurationLoader implements ConfigurationLoader
|
|||
}
|
||||
catch (YAMLException e)
|
||||
{
|
||||
throw new ConfigurationException("Invalid yaml: " + url, e);
|
||||
String msg = "Failed to load configuration from " + url;
|
||||
throw new ConfigurationException(msg, e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue