chg: textual

This commit is contained in:
iceman1001 2018-03-18 21:49:48 +01:00
parent 52a0acd7f1
commit e182d12ba8

View file

@ -589,6 +589,7 @@ int CmdTraceLoad(const char *Cmd) {
return 1;
}
fclose(f);
PrintAndLogEx(SUCCESS, "Recorded Activity (TraceLen = %d bytes) loaded from file %s", traceLen, filename);
return 0;
}