From b14070cfdabd23882716f9ed849401154b9034dc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 18 Dec 2012 17:42:10 +0100 Subject: [PATCH] client: Print message when pairing attempt is in progress --- client/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/main.c b/client/main.c index 9654df56c..24433d69a 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) -- 2.47.3