Fix this warning message.

This commit is contained in:
Jim Blake 2014-07-18 10:51:31 -04:00
parent 1343a762e8
commit 8115aebc1f

View file

@ -219,7 +219,7 @@ public class IndividualRdfAssembler {
stmts.remove();
}
} else {
log.warn("blank node: + stmt");
log.warn("blank node: " + stmt);
stmts.remove();
}
}