summaryrefslogtreecommitdiff
path: root/telepathy-glib/presence-mixin.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/presence-mixin.c
parent88e91939bf941e4566708f3137404f5048ca04d2 (diff)
downloadtelepathy-glib-8b96c00668529c498cb6946fdd18f6481e9ceff1.tar.gz
Use macros WARNING(), etc., consistently (within the library)
Diffstat (limited to 'telepathy-glib/presence-mixin.c')
-rw-r--r--telepathy-glib/presence-mixin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/presence-mixin.c b/telepathy-glib/presence-mixin.c
index d79df579f..1a3ff5df1 100644
--- a/telepathy-glib/presence-mixin.c
+++ b/telepathy-glib/presence-mixin.c
@@ -246,7 +246,7 @@ tp_presence_mixin_class_init (GObjectClass *obj_cls,
case TP_CONNECTION_PRESENCE_TYPE_OFFLINE:
case TP_CONNECTION_PRESENCE_TYPE_UNKNOWN:
case TP_CONNECTION_PRESENCE_TYPE_ERROR:
- g_warning ("Status \"%s\" of type %u should not be available "
+ WARNING ("Status \"%s\" of type %u should not be available "
"to set on yourself", statuses[i].name,
statuses[i].presence_type);
break;