summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Dasmohapatra <vivek@collabora.co.uk>2011-05-20 20:32:05 +0100
committerVivek Dasmohapatra <vivek@collabora.co.uk>2011-05-24 15:18:24 +0100
commit0285a8ce6940868d91b86c9de23b141a85ff47a1 (patch)
tree9746da84f2e687118031a48774aeabdbd2e34f44
parent761b4310d351396c14d27e08b78e4badf58c8387 (diff)
downloadtelepathy-mission-control-0285a8ce6940868d91b86c9de23b141a85ff47a1.tar.gz
Log the actual call to internal request handling
-rw-r--r--src/request.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/request.c b/src/request.c
index a7bc0a03..6b18e81e 100644
--- a/src/request.c
+++ b/src/request.c
@@ -455,6 +455,7 @@ _mcd_request_handle_internally (McdRequest *self,
{
if (self->internal_handler != NULL)
{
+ DEBUG ("Handling request %p, channel %p internally", self, channel);
self->internal_handler (self, channel, self->internal_handler_data,
close_after);