logging tweaks
This commit is contained in:
parent
643d0063aa
commit
893ac85b38
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ public class KnowledgeBaseUpdater {
|
|||
|
||||
long startTime = System.currentTimeMillis();
|
||||
System.out.println("Migrating the knowledge base");
|
||||
logger.log("Started");
|
||||
logger.log("Started knowledge base migration");
|
||||
|
||||
try {
|
||||
performUpdate();
|
||||
|
@ -328,7 +328,7 @@ public class KnowledgeBaseUpdater {
|
|||
m.enterCriticalSection(Lock.WRITE);
|
||||
try {
|
||||
m.read(inStream, null, settings.getSuccessRDFFormat());
|
||||
logger.logWithDate("Successfully finished processing ontology changes.");
|
||||
logger.logWithDate("Finished knowledge base migration");
|
||||
} finally {
|
||||
m.leaveCriticalSection();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue