mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-10 09:33:48 +00:00
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:
@@ -70,7 +70,7 @@ main (int argc, const char *argv[])
|
||||
nfc_list_devices (pnddDevices, MAX_DEVICE_COUNT, &szFound);
|
||||
|
||||
if (szFound == 0) {
|
||||
INFO ("%s", "No device found.");
|
||||
printf ("No NFC device found.\n");
|
||||
}
|
||||
|
||||
for (i = 0; i < szFound; i++) {
|
||||
|
||||
Reference in New Issue
Block a user