xuqiang 3 ماه پیش
والد
کامیت
f9d9172af3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/mainwindow.cpp

+ 1 - 1
src/mainwindow.cpp

@@ -242,7 +242,7 @@ void MainWindow::onUpdateScreen(const QJsonObject &obj)
     qint64 startTime = obj["time_arrived"].toString().toLongLong();
     qint64 endTime = Utils::currentNanoTimestamp();
     LOG_DEBUG("startTime: {}, endTime: {}", startTime, endTime);
-    LOG_DEBUG("update screen duration: {}ns", endTime - startTime);
+    LOG_INFO("update screen duration: {}ns", endTime - startTime);
 }
 
 void MainWindow::onPageSwitdh(int state)