From 2e9e2c8e726df4ef5687d39b83d4f797cc44b574 Mon Sep 17 00:00:00 2001 From: dreamsource-tai Date: Tue, 5 Nov 2024 10:43:10 +0800 Subject: [PATCH] print the warning that the decoder direcotry not exists. --- DSView/pv/config/appconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DSView/pv/config/appconfig.cpp b/DSView/pv/config/appconfig.cpp index 8be9ad27..1e318306 100644 --- a/DSView/pv/config/appconfig.cpp +++ b/DSView/pv/config/appconfig.cpp @@ -540,7 +540,7 @@ QString GetDecodeScriptDir() { return dir.absolutePath(); } - dsv_info("ERROR: the decoder directory is not exists! '../share/libsigrokdecode4DSL/decoders'"); + dsv_info("ERROR: the decoder directory is not exists: ../share/libsigrokdecode4DSL/decoders"); return ""; }