[gnome-bluetooth] Fix small compile warning in the test plugin
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-bluetooth] Fix small compile warning in the test plugin
- Date: Tue, 16 Jun 2009 08:55:03 -0400 (EDT)
commit 4855f26e079ef7d48b14fccad115de06cdc0d423
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jun 15 19:12:25 2009 +0100
Fix small compile warning in the test plugin
lib/plugins/test.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/plugins/test.c b/lib/plugins/test.c
index c3ee1ec..45ab30a 100644
--- a/lib/plugins/test.c
+++ b/lib/plugins/test.c
@@ -56,7 +56,7 @@ get_config_widgets (const char *bdaddr, const char **uuids)
static void
device_removed (const char *bdaddr)
{
- g_message ("Device '%s' got removed");
+ g_message ("Device '%s' got removed", bdaddr);
}
static GbtPluginInfo plugin_info = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]