print the warning that the decoder direcotry not exists.

This commit is contained in:
dreamsource-tai
2024-11-05 10:43:10 +08:00
parent 2e3ee40634
commit 2e9e2c8e72
+1 -1
View File
@@ -540,7 +540,7 @@ QString GetDecodeScriptDir()
{ {
return dir.absolutePath(); 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 ""; return "";
} }