updating logging message
This commit is contained in:
parent
4936575086
commit
85b9c04850
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ public class KnowledgeBaseUpdater {
|
|||
if (num > 0) {
|
||||
logger.log((add ? "Added " : "Removed ") + num +
|
||||
" statement" + ((num > 1) ? "s" : "") +
|
||||
" using the SPARQL construct query from file " + sparqlFiles[i].getName());
|
||||
" using the SPARQL construct query from file " + sparqlFiles[i].getParentFile().getName() + "/" + sparqlFiles[i].getName());
|
||||
}
|
||||
qe.close();
|
||||
} finally {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue