Correct log message Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/f308d435 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/f308d435 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/f308d435
Branch: refs/heads/master Commit: f308d43555d5c32edc90a6551851f3f0e2dcd934 Parents: 4ddf9ec Author: Andy Seaborne <[email protected]> Authored: Thu Aug 20 11:32:49 2015 +0100 Committer: Andy Seaborne <[email protected]> Committed: Thu Aug 20 11:32:49 2015 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/jena/fuseki/servlets/SPARQL_Query.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/f308d435/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_Query.java ---------------------------------------------------------------------- diff --git a/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_Query.java b/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_Query.java index 8e81426..c43b257 100644 --- a/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_Query.java +++ b/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/SPARQL_Query.java @@ -316,7 +316,7 @@ public abstract class SPARQL_Query extends SPARQL_Protocol if ( query.isConstructType() ) { Dataset dataset = queryExecution.execConstructDataset(); - action.log.info(format("[%d] exec/construct/dataset", action.id)); + action.log.info(format("[%d] exec/construct", action.id)); return new SPARQLResult(dataset); }
