Skip to content

Commit

Permalink
Re-enabled query loggin.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfeedface committed Dec 6, 2011
1 parent 7e8074c commit 857e0b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Erfurt/Store.php
Original file line number Diff line number Diff line change
Expand Up @@ -1360,10 +1360,10 @@ public function sparqlQuery($queryObject, $options = array())
$slow = "";
}

// $logger->debug(

This comment has been minimized.

Copy link
@pfrischmuth

pfrischmuth Dec 7, 2011

Contributor

uups ;-)

This comment has been minimized.

Copy link
@0xfeedface

0xfeedface Dec 7, 2011

Author Contributor

That was me. ;)

This comment has been minimized.

Copy link
@pfrischmuth

pfrischmuth Dec 7, 2011

Contributor

OK... I had the same change locally... ;-)

// "SPARQL *****************" . round((1000 * $duration), 2) .
// " msec " . $slow . "\n" . $queryObject
// );
$logger->debug(
"SPARQL *****************" . round((1000 * $duration), 2) .
" msec " . $slow . "\n" . $queryObject
);
}
$queryCache->save((string) $queryObject, $resultFormat, $sparqlResult, $duration);
}
Expand Down

0 comments on commit 857e0b9

Please sign in to comment.