Diff between 521118c8073a3515ba44f64833c90272308b7c6a and 57c34ca33f52dce1a039f5d2116d6842017b049c
Changed Files
| File | Additions | Deletions | Status |
| client/main.c | +1 | -1 | modified |
Full Patch
diff --git a/client/main.c b/client/main.c
index c3ee002..0f6e209 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);