Generic library for working with PN532-like chips

Fork of PN532 by Seeed

Revision:
11:5b8afec8bee6
Parent:
10:f959b305a571
--- a/NfcTag.cpp	Wed Feb 04 19:04:54 2015 +0000
+++ b/NfcTag.cpp	Wed Feb 04 19:26:03 2015 +0000
@@ -114,7 +114,7 @@
 {
     DMSG("NFC Tag - ");
     DMSG(_tagType.c_str());
-    DMSG("UID - ");
+    DMSG(" UID - ");
     DMSG(getUidString().c_str());
     if (_ndefMessage == NULL)
     {