1
0
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:
Carles Fernandez 2024-06-14 20:45:55 +02:00
parent 8ed2893fa3
commit d1b97cfa09
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -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();