mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-10 20:10:05 +00:00
Clean log
This commit is contained in:
parent
8ed2893fa3
commit
d1b97cfa09
@ -728,10 +728,10 @@ private:
|
|||||||
{
|
{
|
||||||
if (first == true)
|
if (first == true)
|
||||||
{
|
{
|
||||||
LOG(INFO) << "Client says:";
|
DLOG(INFO) << "Client says:";
|
||||||
first = false;
|
first = false;
|
||||||
}
|
}
|
||||||
LOG(INFO) << client_says;
|
DLOG(INFO) << client_says;
|
||||||
client_says = client_says.substr(80, client_says.length() - 80);
|
client_says = client_says.substr(80, client_says.length() - 80);
|
||||||
}
|
}
|
||||||
do_read_message_header();
|
do_read_message_header();
|
||||||
|
Loading…
Reference in New Issue
Block a user