summaryrefslogtreecommitdiff
path: root/telepathy-glib/run.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/run.c
parent88e91939bf941e4566708f3137404f5048ca04d2 (diff)
downloadtelepathy-glib-8b96c00668529c498cb6946fdd18f6481e9ceff1.tar.gz
Use macros WARNING(), etc., consistently (within the library)
Diffstat (limited to 'telepathy-glib/run.c')
-rw-r--r--telepathy-glib/run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/run.c b/telepathy-glib/run.c
index febcfb83b..7ae6e8236 100644
--- a/telepathy-glib/run.c
+++ b/telepathy-glib/run.c
@@ -247,7 +247,7 @@ tp_run_connection_manager (const char *prog_name,
if (bus_daemon == NULL)
{
- g_warning ("%s", error->message);
+ WARNING ("%s", error->message);
g_error_free (error);
error = NULL;
goto out;