examples/ip_pipeline: fix log in link config

This patch fixes bug in app_link_config.

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
This commit is contained in:
Jasvinder Singh 2015-09-30 16:25:55 +01:00 committed by Thomas Monjalon
parent 8cefe7e694
commit 2a61c6ec7f

View File

@ -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;
}
}