git-svn-id: https://samskivert.googlecode.com/svn/trunk@696 6335cc39-0255-0410-8fd6-9bcaacd3b74c

This commit is contained in:
mdb
2002-04-07 23:44:31 +00:00
parent 8e4c52b224
commit e90c8e1f3e
@@ -1,5 +1,5 @@
// //
// $Id: Config.java,v 1.11 2002/03/28 22:21:06 mdb Exp $ // $Id: Config.java,v 1.12 2002/04/07 23:44:31 mdb Exp $
// //
// samskivert library - useful routines for java programs // samskivert library - useful routines for java programs
// Copyright (C) 2001 Michael Bayne // Copyright (C) 2001 Michael Bayne
@@ -77,7 +77,7 @@ public class Config
String ppath = path + PROPS_SUFFIX; String ppath = path + PROPS_SUFFIX;
// load the properties file // load the properties file
_props = ConfigUtil.loadProperties(ppath); _props = ConfigUtil.loadInheritedProperties(ppath);
if (_props == null) { if (_props == null) {
Log.warning("Unable to locate configuration definitions " + Log.warning("Unable to locate configuration definitions " +
"[path=" + path + "]."); "[path=" + path + "].");