From d1b97cfa092b9f564d235d473b54d742a64e9c43 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Fri, 14 Jun 2024 20:45:55 +0200 Subject: [PATCH] Clean log --- src/algorithms/PVT/libs/rtcm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/algorithms/PVT/libs/rtcm.h b/src/algorithms/PVT/libs/rtcm.h index e4d933863..1ce2bbd1a 100644 --- a/src/algorithms/PVT/libs/rtcm.h +++ b/src/algorithms/PVT/libs/rtcm.h @@ -728,10 +728,10 @@ private: { if (first == true) { - LOG(INFO) << "Client says:"; + DLOG(INFO) << "Client says:"; first = false; } - LOG(INFO) << client_says; + DLOG(INFO) << client_says; client_says = client_says.substr(80, client_says.length() - 80); } do_read_message_header();