Report the config file we're using to configure database connections.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1217 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-04-08 18:36:42 +00:00
parent 03a68efe7c
commit 1cf81e9882
@@ -1,5 +1,5 @@
//
// $Id: WhirledServer.java,v 1.13 2002/03/28 22:32:33 mdb Exp $
// $Id: WhirledServer.java,v 1.14 2002/04/08 18:36:42 mdb Exp $
package com.threerings.whirled.server;
@@ -63,6 +63,7 @@ public class WhirledServer extends CrowdServer
throws Exception
{
String dbmap = WhirledConfig.config.getValue(DBMAP_KEY, DEF_DBMAP);
Log.info("Configuring db connections via '" + dbmap + "'.");
return new StaticConnectionProvider(dbmap);
}