OSDN Git Service

accessにつながるようになった気がする
authortaktos9 <taktos9@136db618-7844-41ca-8ac1-fb3fd040db1d>
Wed, 15 Oct 2008 11:15:55 +0000 (11:15 +0000)
committertaktos9 <taktos9@136db618-7844-41ca-8ac1-fb3fd040db1d>
Wed, 15 Oct 2008 11:15:55 +0000 (11:15 +0000)
git-svn-id: http://svn.sourceforge.jp/svnroot/ea2ddl/trunk/ea2ddl@23 136db618-7844-41ca-8ac1-fb3fd040db1d

ea2ddl-common/src/main/java/jp/sourceforge/ea2ddl/common/config/impl/ConfigImpl.java

index ea121e2..c0631d9 100644 (file)
@@ -37,6 +37,7 @@ public class ConfigImpl implements Config {
                if (in != null) {\r
                        try {\r
                                _prop.load(in);\r
+                               _log.info("config initialized.");\r
                        } catch (IOException e) {\r
                                _log.info("Failed to read resource:" + e);\r
                        }\r