diff --git a/client/src/cmdlfem4x70.c b/client/src/cmdlfem4x70.c index bb56241f6..b9d632703 100644 --- a/client/src/cmdlfem4x70.c +++ b/client/src/cmdlfem4x70.c @@ -1236,7 +1236,7 @@ static int CmdEM4x70AutoRecover(const char *Cmd) { PrintAndLogEx(HINT, "Block %d data was overwritten. Manually restart at step %d.", block, step); return result; } else if (PM3_SUCCESS != result) { - PrintAndLogEx(FAILED, "Writing block %d: " _RED_("failed") "."); + PrintAndLogEx(FAILED, "Writing block %d: " _RED_("failed") ".", block); PrintAndLogEx(HINT, "Block %d data was overwritten. Manually restart at step %d.", block, step); return result; } else {