mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:00:05 +00:00
removed usage of trace
This commit is contained in:
parent
f8934e6e67
commit
8573984bfa
1 changed files with 2 additions and 2 deletions
|
|
@ -55,9 +55,9 @@ bool GnomonicAreaContainsCenter(geos::geom::CoordinateSequence sequence)
|
||||||
areaContainsPoint =
|
areaContainsPoint =
|
||||||
geos::algorithm::PointLocation::isInRing(zero, &sequence);
|
geos::algorithm::PointLocation::isInRing(zero, &sequence);
|
||||||
}
|
}
|
||||||
catch (const std::exception&)
|
catch (const std::exception& ex)
|
||||||
{
|
{
|
||||||
logger_->trace("Invalid area sequence");
|
logger_->warn("Invalid area sequence. {}", ex.what());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue