From: Jasvinder Singh Date: Wed, 30 Sep 2015 15:25:55 +0000 (+0100) Subject: examples/ip_pipeline: fix log in link config X-Git-Tag: spdx-start~7866 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=2a61c6ec7fe47f14c7c4a44a682df6f5829af8b0;p=dpdk.git examples/ip_pipeline: fix log in link config This patch fixes bug in app_link_config. Signed-off-by: Jasvinder Singh Acked-by: Cristian Dumitrescu --- diff --git a/examples/ip_pipeline/pipeline/pipeline_common_fe.c b/examples/ip_pipeline/pipeline/pipeline_common_fe.c index ed18f2cdfd..87ec1646da 100644 --- a/examples/ip_pipeline/pipeline/pipeline_common_fe.c +++ b/examples/ip_pipeline/pipeline/pipeline_common_fe.c @@ -358,7 +358,7 @@ app_link_config(struct app_params *app, if (link->ip == ip) { APP_LOG(app, HIGH, "%s is already assigned this IP address", - p->name); + link->name); return -1; } }