Diff between aed475dd6977696aba9e3c5b2b6cb513cd2afc74 and 6fd2662dc96ccf5fc194c53d5c6f90431ba9f8a5

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 04be482..32341ad 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;