updating log message
This commit is contained in:
parent
ceb4ba96e0
commit
dcd2d44e09
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ public class KnowledgeBaseUpdater {
|
||||||
required = true;
|
required = true;
|
||||||
if (JenaDataSourceSetupBase.isFirstStartup()) {
|
if (JenaDataSourceSetupBase.isFirstStartup()) {
|
||||||
assertSuccess();
|
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;
|
required = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue