summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy-signals.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-30 16:19:07 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-30 16:19:07 +0100
commit8b96c00668529c498cb6946fdd18f6481e9ceff1 (patch)
tree30365452b9a9afc3ee9dd6af9145e5cc253286d5 /telepathy-glib/proxy-signals.c
parent88e91939bf941e4566708f3137404f5048ca04d2 (diff)
downloadtelepathy-glib-8b96c00668529c498cb6946fdd18f6481e9ceff1.tar.gz
Use macros WARNING(), etc., consistently (within the library)
Diffstat (limited to 'telepathy-glib/proxy-signals.c')
-rw-r--r--telepathy-glib/proxy-signals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/proxy-signals.c b/telepathy-glib/proxy-signals.c
index b31d61b63..35fac4beb 100644
--- a/telepathy-glib/proxy-signals.c
+++ b/telepathy-glib/proxy-signals.c
@@ -237,7 +237,7 @@ tp_proxy_signal_invocation_free (gpointer p)
/* this shouldn't really happen - it'll get run if the idle source
* is removed by something other than t_p_s_c_disconnect or
* t_p_s_i_run */
- g_warning ("%s: idle source removed by someone else", G_STRFUNC);
+ WARNING ("idle source removed by someone else");
g_queue_remove (&invocation->sc->invocations, invocation);
g_object_unref (invocation->proxy);