diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/avf/device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/avf/device.c b/src/plugins/avf/device.c index 2b4801e2c81..0481e61b294 100644 --- a/src/plugins/avf/device.c +++ b/src/plugins/avf/device.c @@ -1241,7 +1241,7 @@ avf_process (vlib_main_t * vm, vlib_node_runtime_t * rt, vlib_frame_t * f) if ((err = avf_config_promisc_mode (vm, ad, is_enable))) { - avf_log_err (ad, "%s: %U", format_clib_error, err); + avf_log_err (ad, "error: %U", format_clib_error, err); clib_error_free (err); } } |