Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Jan 12, 2024
1 parent eeb5cab commit a114e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qlever-petrimaps/server/Requestor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void Requestor::request(const std::string& qry) {
LOG(INFO) << "[REQUESTOR] ... done";

if (pointBbox.getLowerLeft().getX() > pointBbox.getUpperRight().getX()) {
LOG(INFO) << "[REQUESTOR] Point BBox: <none)";
LOG(INFO) << "[REQUESTOR] Point BBox: <none>";
} else {
LOG(INFO) << "[REQUESTOR] Point BBox: " << util::geo::getWKT(pointBbox);
}
Expand Down

0 comments on commit a114e90

Please sign in to comment.