diff options
Diffstat (limited to 'hicn-plugin/src/hicn_logging.h')
-rw-r--r-- | hicn-plugin/src/hicn_logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-plugin/src/hicn_logging.h b/hicn-plugin/src/hicn_logging.h index a960a7212..2e534e546 100644 --- a/hicn-plugin/src/hicn_logging.h +++ b/hicn-plugin/src/hicn_logging.h @@ -27,6 +27,6 @@ #define HICN_DEBUG(...) #endif /* HICN_DEBUG */ -#define HICN_ERROR(...) clib_error_return (0, __VA_ARGS__) +#define HICN_ERROR(...) clib_warning (__VA_ARGS__) #endif /* __HICN_DEBUG_H__ */
\ No newline at end of file |