From f9973a37f904047f772e0fa41f4751c07ef19a20 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Thu, 3 May 2018 13:57:56 -0700 Subject: [PATCH] client: add new line --- client/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/device.c b/client/device.c index 5854f609..91fc5471 100644 --- a/client/device.c +++ b/client/device.c @@ -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);