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
|
|
@ -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__ )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue