3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-22 13:02:44 +01:00

client: add new line

This commit is contained in:
Tim Kourt 2018-05-03 13:57:56 -07:00 committed by Denis Kenzior
parent 2c18646466
commit f9973a37f9

View File

@ -492,7 +492,7 @@ static const struct proxy_interface *get_device_proxy_by_name(
if (l_queue_length(match))
proxy = l_queue_pop_head(match);
else
display("Device %s not found", device_name);
display("Device %s not found.\n", device_name);
l_queue_destroy(match, NULL);