From 6fd2662dc96ccf5fc194c53d5c6f90431ba9f8a5 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sun, 10 Jul 2016 20:36:01 +0300 Subject: [PATCH] client: Clarify D-Bus disconnected prompt Make it clear that bluetoothctl is waiting to connect to bluetoothd instead of showing something that looks like a prompt but which doesn't accept any input. --- client/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.c b/client/main.c index 04be482d6..32341ad54 100644 --- a/client/main.c +++ b/client/main.c @@ -50,7 +50,7 @@ #define COLORED_DEL COLOR_RED "DEL" COLOR_OFF #define PROMPT_ON COLOR_BLUE "[bluetooth]" COLOR_OFF "# " -#define PROMPT_OFF "[bluetooth]# " +#define PROMPT_OFF "Waiting to connect to bluetoothd..." static GMainLoop *main_loop; static DBusConnection *dbus_conn; -- 2.47.3