src/lib/log.h
changeset 40 03017f5f0087
parent 31 7804cd7b5cd5
equal deleted inserted replaced
39:7e655be2189a 40:03017f5f0087
    86 
    86 
    87 #if INFO_ENABLED
    87 #if INFO_ENABLED
    88 #define INFO(...) info(__VA_ARGS__)
    88 #define INFO(...) info(__VA_ARGS__)
    89 #define INFON(...) info_nonl(__VA_ARGS__)
    89 #define INFON(...) info_nonl(__VA_ARGS__)
    90 #else
    90 #else
    91 #define INFO(...) (void) (__VA_ARGS__)
    91 #define INFO(...) debug_dummy(0, __VA_ARGS__)
       
    92 #define INFON(...) debug_dummy(0, __VA_ARGS__)
    92 #endif
    93 #endif
    93 
    94 
    94 #endif /* LIB_LOG_H */
    95 #endif /* LIB_LOG_H */