Remove INFO macro: display was not clear enough and does not provide a big benefit.
New Issue Summary: Remove nfc-message.h file from installed ones nfc-message.h provide some usefull debugging macros but I am not sure that these macros have to be installed with other files.
This commit is contained in:
parent
1963bb65e4
commit
a214974684
7 changed files with 9 additions and 13 deletions
|
|
@ -101,7 +101,7 @@ main (int argc, const char *argv[])
|
|||
}
|
||||
|
||||
if (szDeviceFound == 0) {
|
||||
INFO ("%s", "No device found.");
|
||||
printf ("No NFC device found.\n");
|
||||
}
|
||||
|
||||
for (i = 0; i < szDeviceFound; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue