mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.0' into cassandra-2.1
This commit is contained in:
commit
8f5c16c499
|
|
@ -50,8 +50,8 @@ public class SnitchProperties
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
// do not throw exception here, just consider this a incomplete or a empty property file.
|
||||
logger.warn("Unable to read {}", RACKDC_PROPERTY_FILENAME);
|
||||
// do not throw exception here, just consider this an incomplete or an empty property file.
|
||||
logger.warn("Unable to read {}", ((configURL != null) ? configURL : RACKDC_PROPERTY_FILENAME));
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue