updating log message

This commit is contained in:
stellamit 2011-07-06 17:40:45 +00:00
parent ceb4ba96e0
commit dcd2d44e09

View file

@ -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;
}
}