Diff between 3a3074accbfc72126def9f8dc2cf92681512af7d and b14070cfdabd23882716f9ed849401154b9034dc
Changed Files
| File | Additions | Deletions | Status |
| client/main.c | +2 | -0 | modified |
Full Patch
diff --git a/client/main.c b/client/main.c
index 9654df5..24433d6 100644
--- a/client/main.c
+++ b/client/main.c
@@ -628,6 +628,8 @@ static void cmd_pair(const char *arg)
rl_printf("Failed to pair\n");
return;
}
+
+ rl_printf("Attempting to pair with %s\n", arg);
}
static void remove_device_reply(DBusMessage *message, void *user_data)