aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-plugin/src/hicn_logging.h
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2023-01-30 21:14:39 +0000
committerMauro Sardara <msardara@cisco.com>2023-02-13 09:26:06 +0000
commitc46b82460987912eb465187892286922aeaedab4 (patch)
tree340369094db2fcc8023668f924d8e561547714bb /hicn-plugin/src/hicn_logging.h
parentdf902fa5ea07a0de312b1b6dd138e360611e5769 (diff)
feat(hicn-plugin): handle case of no exact match for mapme IU
Ticket: HICN-844 Change-Id: I1f046e6327e4cf507b7fa7a5adae53e63ab491bf Signed-off-by: Mauro Sardara <msardara@cisco.com> (cherry picked from commit 7cfd91a6c6316fe15186c8cd3acc1c4526db7e25)
Diffstat (limited to 'hicn-plugin/src/hicn_logging.h')
-rw-r--r--hicn-plugin/src/hicn_logging.h2
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