mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
fixed error message
This commit is contained in:
parent
439dac09c5
commit
a36e9bd19f
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ static int cmd_show(char **args, unsigned int n)
|
||||||
!(p = ctl_wifi_find_peer(wifi, args[0])) &&
|
!(p = ctl_wifi_find_peer(wifi, args[0])) &&
|
||||||
!(l = ctl_wifi_search_link(wifi, args[0])) &&
|
!(l = ctl_wifi_search_link(wifi, args[0])) &&
|
||||||
!(p = ctl_wifi_search_peer(wifi, args[0]))) {
|
!(p = ctl_wifi_search_peer(wifi, args[0]))) {
|
||||||
cli_error("unknown link or peer %s", args[0]);
|
cli_error("unknown %s", args[0]);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue