mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:00:05 +00:00
Update detailed serial port and GPS logging from debug to trace
This commit is contained in:
parent
d4515f08e0
commit
44698a593f
2 changed files with 10 additions and 10 deletions
|
|
@ -139,7 +139,7 @@ void PositionManager::Impl::CreatePositionSource()
|
|||
|
||||
if (coordinate != position_.coordinate())
|
||||
{
|
||||
logger_->debug("Position updated: {}, {}",
|
||||
logger_->trace("Position updated: {}, {}",
|
||||
coordinate.latitude(),
|
||||
coordinate.longitude());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue