From dcd2d44e0964e28f91b3997b776673c1ca11b5f2 Mon Sep 17 00:00:00 2001 From: stellamit Date: Wed, 6 Jul 2011 17:40:45 +0000 Subject: [PATCH] updating log message --- .../vitro/webapp/ontology/update/KnowledgeBaseUpdater.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/ontology/update/KnowledgeBaseUpdater.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/ontology/update/KnowledgeBaseUpdater.java index 2d5300b86..33b6fb0bc 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/ontology/update/KnowledgeBaseUpdater.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/ontology/update/KnowledgeBaseUpdater.java @@ -283,7 +283,7 @@ public class KnowledgeBaseUpdater { required = true; if (JenaDataSourceSetupBase.isFirstStartup()) { assertSuccess(); - log.info("The application is starting with a fresh DB, an indication will be added to the DB that a knowledge base migration to the current version is not required."); + log.info("The application is starting with an empty DB, an indication will be added to the DB that a knowledge base migration to the current version is not required."); required = false; } }