summaryrefslogtreecommitdiff
path: root/telepathy-glib/group-mixin.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-01-05 19:47:15 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2009-01-07 18:57:49 +0000
commit824ba89afa49137f95c60c430959a8562b67abc5 (patch)
tree53d5bfa6679525de211838c2af30e4ab445ef582 /telepathy-glib/group-mixin.c
parenta6cd228bd3109507b71eede359e7d1b715360893 (diff)
downloadtelepathy-glib-824ba89afa49137f95c60c430959a8562b67abc5.tar.gz
Correct indentation in group mixin's debug output
Diffstat (limited to 'telepathy-glib/group-mixin.c')
-rw-r--r--telepathy-glib/group-mixin.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/telepathy-glib/group-mixin.c b/telepathy-glib/group-mixin.c
index e804098f4..2025d1c0c 100644
--- a/telepathy-glib/group-mixin.c
+++ b/telepathy-glib/group-mixin.c
@@ -1218,7 +1218,9 @@ member_array_to_string (TpHandleRepoIface *repo,
handle_str = tp_handle_inspect (repo, handle);
g_string_append_printf (str, "%s%u (%s)",
- (i > 0) ? "\n " : "",
+ /* indent to: " remote_pending: [" */
+ (i > 0) ? "\n "
+ : "",
handle, handle_str);
}