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:
parent
8cefe7e694
commit
2a61c6ec7f
@ -358,7 +358,7 @@ app_link_config(struct app_params *app,
|
|||||||
if (link->ip == ip) {
|
if (link->ip == ip) {
|
||||||
APP_LOG(app, HIGH,
|
APP_LOG(app, HIGH,
|
||||||
"%s is already assigned this IP address",
|
"%s is already assigned this IP address",
|
||||||
p->name);
|
link->name);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user