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