]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
fixed output
authorroel@libnfc.org <roel@libnfc.org@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Fri, 29 Jun 2012 12:25:31 +0000 (12:25 +0000)
committerroel@libnfc.org <roel@libnfc.org@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Fri, 29 Jun 2012 12:25:31 +0000 (12:25 +0000)
armsrc/iso14443a.c

index 22d8d0bfd72d4c9139f8e5fab4452c885e26003e..5cd7ea78989c4aabe63de73d42a177c74a16cfee 100644 (file)
@@ -1209,7 +1209,7 @@ void SimulateIso14443aTag(int tagType, int uid_1st, int uid_2nd)
                        respsize = sizeof(response6);
                } else {
                        // Never seen this command before
-                       Dbprintf("Received unknown command (len=%d): %02x %02x %02x %02x %02x %02x %02x %02x %02x",
+                       Dbprintf("Received (len=%d): %02x %02x %02x %02x %02x %02x %02x %02x %02x",
                        len,
                        receivedCmd[0], receivedCmd[1], receivedCmd[2],
                        receivedCmd[3], receivedCmd[4], receivedCmd[5],
Impressum, Datenschutz