From 125b8172b9e1379c94ccebcd414f5b52d17a24fb Mon Sep 17 00:00:00 2001 From: zzz701 Date: Fri, 25 Jul 2025 20:22:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=95=E8=AF=8D=E6=8B=BC?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF=20Signed-off-by:=20zzz701=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NdkQoS/entry/src/main/cpp/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NdkQoS/entry/src/main/cpp/main.cpp b/NdkQoS/entry/src/main/cpp/main.cpp index c8e78899..bd30fba1 100644 --- a/NdkQoS/entry/src/main/cpp/main.cpp +++ b/NdkQoS/entry/src/main/cpp/main.cpp @@ -95,7 +95,7 @@ void SetQoS(QoS_Level level) { OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "QoS", "the qos level after: %{public}d", queryLevelTwo); return; } else { - OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "QoS", "querry qos level failed after reset."); + OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "QoS", "query qos level failed after reset."); return; } } -- Gitee