updating logging message

This commit is contained in:
stellamit 2011-11-03 21:38:49 +00:00
parent 4936575086
commit 85b9c04850

View file

@ -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 {