From 2a61c6ec7fe47f14c7c4a44a682df6f5829af8b0 Mon Sep 17 00:00:00 2001 From: Jasvinder Singh Date: Wed, 30 Sep 2015 16:25:55 +0100 Subject: [PATCH] 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 --- examples/ip_pipeline/pipeline/pipeline_common_fe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.20.1