From 57c34ca33f52dce1a039f5d2116d6842017b049c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 14 Dec 2012 22:09:26 +0100 Subject: [PATCH] client: Remove extra comma from the output --- client/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.c b/client/main.c index c3ee002d5..0f6e209ce 100644 --- a/client/main.c +++ b/client/main.c @@ -187,7 +187,7 @@ static void property_changed(GDBusProxy *proxy, const char *name, const char *address; dbus_message_iter_get_basic(&addr_iter, &address); - printf("[CHG] Controller %s, ", address); + printf("[CHG] Controller %s ", address); } print_iter("", name, iter); -- 2.47.3