mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-03 22:31:50 +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:
@@ -17,10 +17,10 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
*
|
||||
*
|
||||
* @file messages.h
|
||||
* @brief
|
||||
* @file nfc-messages.h
|
||||
* @brief Printing macros
|
||||
*/
|
||||
|
||||
// TODO remove this file from installed headers.
|
||||
#ifndef _LIBNFC_MESSAGES_H_
|
||||
# define _LIBNFC_MESSAGES_H_
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
# define DBG(...) {}
|
||||
# endif
|
||||
|
||||
# define INFO(...) warnx ("INFO: " __VA_ARGS__ )
|
||||
# define WARN(...) warnx ("WARNING: " __VA_ARGS__ )
|
||||
# define ERR(...) warnx ("ERROR: " __VA_ARGS__ )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user