diff --git a/client/src/cmdtrace.c b/client/src/cmdtrace.c index 56e9136cc..8e19c3bb5 100644 --- a/client/src/cmdtrace.c +++ b/client/src/cmdtrace.c @@ -1548,6 +1548,7 @@ int CmdTraceList(const char *Cmd) { tracepos = printTraceLine(tracepos, gs_traceLen, gs_trace, protocol, show_wait_cycles, mark_crc, prev_EOT, use_us, dicKeys, dicKeysCount); if (kbd_enter_pressed()) { + PrintAndLogEx(INFO, "User interrupted detected. Aborting"); break; } }