This commit is contained in:
Philippe Teuwen 2021-06-23 09:53:27 +02:00
commit 66d35ae0b1

View file

@ -753,7 +753,7 @@ int CmdTraceList(const char *Cmd) {
if (use_buffer == false) { if (use_buffer == false) {
download_trace(); download_trace();
} else if (g_traceLen == 0) { } else if (g_traceLen == 0) {
PrintAndLogEx(FAILED, "You requested a trace list in offline mode but there is no trace, consider using 'trace load' or removing parameter '1'"); PrintAndLogEx(FAILED, "You requested a trace list in offline mode but there is no trace, consider using 'trace load' or removing parameter '-1'");
return PM3_EINVARG; return PM3_EINVARG;
} }