[gnome-user-share] obexpush: fix a compiler warning
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-user-share] obexpush: fix a compiler warning
- Date: Fri, 1 Jun 2012 14:46:31 +0000 (UTC)
commit db151a9292e9ff372a7bf6a82071abbedd006d9f
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon May 21 14:42:14 2012 -0400
obexpush: fix a compiler warning
https://bugzilla.gnome.org/show_bug.cgi?id=676515
src/obexpush.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/obexpush.c b/src/obexpush.c
index e7efcbc..f8c1145 100644
--- a/src/obexpush.c
+++ b/src/obexpush.c
@@ -212,7 +212,7 @@ device_is_authorised (const char *bdaddr)
char *device_path;
GHashTable *props;
- g_message ("checking adapter %s", g_ptr_array_index (adapters, i));
+ g_debug ("checking adapter %s", (gchar *) g_ptr_array_index (adapters, i));
adapter = dbus_g_proxy_new_for_name (connection, "org.bluez",
g_ptr_array_index (adapters, i), "org.bluez.Adapter");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]