summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-03-12 18:48:55 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-03-12 18:48:55 -0400
commit0cfc1a504cc8d8ecc3c8ece3503d9992bb8f3d3b (patch)
tree5207cd5972c337d66e63f65e96f3c26e98abced2
parent9ad1adcdf4bfd8dbf6cf0d461ca2cf2a73c33747 (diff)
downloadtelepathy-farstream-0cfc1a504cc8d8ecc3c8ece3503d9992bb8f3d3b.tar.gz
Add component to the endpoint state debug message
-rw-r--r--telepathy-farstream/call-stream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-farstream/call-stream.c b/telepathy-farstream/call-stream.c
index 0fd66eb..6ea87d7 100644
--- a/telepathy-farstream/call-stream.c
+++ b/telepathy-farstream/call-stream.c
@@ -1486,8 +1486,8 @@ cb_fs_component_state_changed (TfCallStream *stream, guint component,
break;
}
- g_debug ("Endpoint state changed to %d (fs: %d)",
- state, fsstate);
+ g_debug ("Endpoint state for component %u changed to %d (fs: %d)",
+ component, state, fsstate);
tp_cli_call_stream_endpoint_call_set_endpoint_state (stream->endpoint,
-1, component, state, NULL, NULL, NULL, NULL);