From: roel@libnfc.org <roel@libnfc.org@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Date: Fri, 7 Dec 2012 09:51:22 +0000 (+0000)
Subject: minor output change
X-Git-Tag: v1.0.0~130^2~25
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/1282b0e6917006ece024a18517b062accdf74a7f?ds=inline;hp=--cc

minor output change
---

1282b0e6917006ece024a18517b062accdf74a7f
diff --git a/client/proxmark3.c b/client/proxmark3.c
index a649576d..e9d64c88 100644
--- a/client/proxmark3.c
+++ b/client/proxmark3.c
@@ -70,7 +70,7 @@ static void *uart_receiver(void *targ) {
     rxlen = sizeof(UsbCommand);
     if (uart_receive(sp,rx,&rxlen)) {
       if ((rxlen % sizeof(UsbCommand)) != 0) {
-        PrintAndLog("ERROR: received %zd bytes, which does not seem to be one or more command(s)\n",rxlen);
+        PrintAndLog("ERROR: received %03zd bytes, which does not seem to be one or more command(s)\n",rxlen	);
         continue;
       }
       cmd_count = rxlen / sizeof(UsbCommand);