We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f838a commit 39b54f2Copy full SHA for 39b54f2
lib/mbuf/mbuf_history.c
@@ -216,7 +216,7 @@ void rte_mbuf_history_init(void)
216
217
rte_mbuf_history_field_offset = rte_mbuf_dynfield_register(&mbuf_dynfield_history);
218
if (rte_mbuf_history_field_offset < 0) {
219
- MBUF_LOG(ERR, "Failed to register mbuf history dynamic field: %s\n",
+ MBUF_LOG(ERR, "Failed to register mbuf history dynamic field: %s",
220
rte_strerror(rte_errno));
221
}
222
#endif
0 commit comments