1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-12 14:11:56 +00:00

fixed error message

This commit is contained in:
Tanish Azad 2022-11-28 12:39:51 +00:00 committed by Alberto Fanjul
parent 439dac09c5
commit a36e9bd19f

View file

@ -174,7 +174,7 @@ static int cmd_show(char **args, unsigned int n)
!(p = ctl_wifi_find_peer(wifi, args[0])) &&
!(l = ctl_wifi_search_link(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;
}
}