From c0957d988b6f3b46c6f7cc6f392f4ba5eea59477 Mon Sep 17 00:00:00 2001 From: acetone Date: Mon, 21 Nov 2022 09:33:32 +0300 Subject: [PATCH] debug log to qDebug() --- src/statistics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/statistics.cpp b/src/statistics.cpp index 7596ce9..62fabf4 100644 --- a/src/statistics.cpp +++ b/src/statistics.cpp @@ -107,5 +107,5 @@ void Statistics::actualizeTopLists() m_cacheUpdatedAfterLastReport = true; m_actualizeTopListsLastTimestamp = QDateTime::currentMSecsSinceEpoch(); - qInfo() << "Cache actualized in" << m_actualizeTopListsLastTimestamp-started << "ms"; + qDebug() << "Cache actualized in" << m_actualizeTopListsLastTimestamp-started << "ms"; }