mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 12:40:35 +00:00
Moving LOG(INFO) to DLOG(INFO) in galileo navigation message parser
This commit is contained in:
parent
2543b2aae2
commit
d6bf84b222
@ -627,7 +627,7 @@ int32_t Galileo_Navigation_Message::page_jk_decoder(const char* data_jk)
|
||||
std::bitset<GALILEO_DATA_JK_BITS> data_jk_bits(data_jk_string);
|
||||
|
||||
page_number = static_cast<int32_t>(read_navigation_unsigned(data_jk_bits, PAGE_TYPE_BIT));
|
||||
LOG(INFO) << "Page number = " << page_number;
|
||||
DLOG(INFO) << "Page number = " << page_number;
|
||||
|
||||
switch (page_number)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user