mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-28 04:36:41 +00:00
Add a printf-based logging when log4c is not available (I experiemented some bugs using log4c)
This commit is contained in:
@@ -77,7 +77,7 @@ main (int argc, const char *argv[])
|
||||
} else if (szDeviceFound > 1) {
|
||||
pnd = nfc_connect (connstrings[1]);
|
||||
} else {
|
||||
printf("No device found.");
|
||||
printf("No device found.\n");
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user