From c203ce837cba4b54d3383cce72fb265dcdfdf3a2 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Thu, 11 Mar 2010 14:42:58 +0000 Subject: [PATCH] Prevent from annoying message when probing nfc devices. --- src/lib/drivers/pn532_uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/drivers/pn532_uart.c b/src/lib/drivers/pn532_uart.c index 7720273..d66cd26 100644 --- a/src/lib/drivers/pn532_uart.c +++ b/src/lib/drivers/pn532_uart.c @@ -92,7 +92,7 @@ pn532_uart_list_devices(nfc_device_desc_t pnddDevices[], size_t szDevices, size_ * have serious problem with other device on this bus */ #ifndef SERIAL_AUTOPROBE_ENABLED *pszDeviceFound = 0; - INFO("%s", "Sorry, serial auto-probing have been disabled at compile time."); + WARN("%s", "Sorry, serial auto-probing have been disabled at compile time."); return false; #else /* SERIAL_AUTOPROBE_ENABLED */ *pszDeviceFound = 0;