diff options
Diffstat (limited to 'nhrp/nhrp_common.h')
-rw-r--r-- | nhrp/nhrp_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrp/nhrp_common.h b/nhrp/nhrp_common.h index 7e3a3c6..9422382 100644 --- a/nhrp/nhrp_common.h +++ b/nhrp/nhrp_common.h @@ -33,7 +33,7 @@ void nhrp_log(int level, const char *format, ...); nhrp_log(NHRP_LOG_DEBUG, __VA_ARGS__); \ } while(0) -#define nhrp_debug(...) \ +#define nhrp_info(...) \ nhrp_log(NHRP_LOG_INFO, __VA_ARGS__) #define nhrp_error(...) \ |