mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2026-07-28 03:55:29 +00:00
print the warning that the decoder direcotry not exists.
This commit is contained in:
@@ -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 "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user