~ubuntu-branches/ubuntu/maverick/telepathy-idle/maverick

« back to all changes in this revision

Viewing changes to src/idle-server-connection.c

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2009-05-29 12:24:09 UTC
  • mfrom: (1.1.8 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090529122409-q2jhmp7771szusbg
Tags: 0.1.4-1
New Upstream Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
629
629
                        return FALSE;
630
630
 
631
631
                case G_IO_STATUS_NORMAL:
632
 
                        IDLE_DEBUG("sent \"%s\"", cmd);
 
632
                        IDLE_DEBUG("sent \"%s\" to IOChannel %p", cmd, priv->io_chan);
633
633
 
634
634
                        return TRUE;
635
635