1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-15 02:59:06 +02:00

Fixing minor typo that breaks the tests.

git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1401 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
snowleo
2011-05-09 21:52:47 +00:00
parent c6ef90875e
commit 1f59dc28ce

View File

@@ -46,7 +46,7 @@ public class EssentialsConf extends Configuration
{
if (templateName != null)
{
logger.log(Level.INFO, Util.format("creatingConfigFromTemplate ", configFile.toString()));
logger.log(Level.INFO, Util.format("creatingConfigFromTemplate", configFile.toString()));
createFromTemplate();
}
else