[gnome-bluetooth] Bug 589681 – Failed to connect to device



commit df14e790db46fba5d0d1b595f6f3da8838988471
Author: Bastien Nocera <hadess hadess net>
Date:   Sun Jul 26 15:38:35 2009 +0100

    Bug 589681 â?? Failed to connect to device
    
    Change the warning to be a message, and remove the "file a bug"
    part of the string.

 wizard/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wizard/main.c b/wizard/main.c
index ad7d478..ac28573 100644
--- a/wizard/main.c
+++ b/wizard/main.c
@@ -351,7 +351,7 @@ connect_callback (BluetoothClient *_client,
 	}
 
 	if (success == FALSE)
-		g_warning ("Failed to connect to device %s, please file a bug", data->path);
+		g_message ("Failed to connect to device %s", data->path);
 
 	g_timer_destroy (data->timer);
 	g_free (data->path);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]