NIHVIVO-2343 Add debug log statement
This commit is contained in:
parent
45f08396db
commit
9ab85a2bb0
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ public class SparqlQueryRunner<T> {
|
|||
* afterward. If an exception occurs, return the parser's default value.
|
||||
*/
|
||||
public T executeQuery(String queryStr) {
|
||||
log.debug("query is: '" + queryStr + "'");
|
||||
QueryExecution qe = null;
|
||||
try {
|
||||
Query query = QueryFactory.create(queryStr, SYNTAX);
|
||||
|
|
Loading…
Add table
Reference in a new issue