mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 20:50:33 +00:00
debug1
This commit is contained in:
parent
47c752c141
commit
3ddea680ad
@ -140,7 +140,7 @@ ChannelFsm::ChannelFsm(std::shared_ptr<AcquisitionInterface> acquisition) :
|
||||
void ChannelFsm::Event_start_acquisition()
|
||||
{
|
||||
this->process_event(Ev_channel_start_acquisition());
|
||||
LOG(INFO) << "FSM Event_start_acquisition"
|
||||
LOG(INFO) << "FSM Event_start_acquisition";
|
||||
DLOG(INFO) << "CH = " << channel_ << ". Ev start acquisition";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user