~tcole/ubuntuone-client/request-queue-predicates

« back to all changes in this revision

Viewing changes to ubuntuone/syncdaemon/main.py

  • Committer: tim.cole at canonical
  • Date: 2009-08-22 00:50:15 UTC
  • mfrom: (160.2.10 trunk)
  • Revision ID: tim.cole@canonical.com-20090822005015-6tdpcitod026r6z2
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
            self.bus = dbus.SessionBus(loop)
119
119
        self.dbus_iface = dbus_interface.DBusInterface(self.bus, self,
120
120
                                                       send_events=dbus_events)
 
121
        self.action_q.content_queue.set_change_notification_cb(
 
122
            self.dbus_iface.status.emit_content_queue_changed)
121
123
        self.logger.info("Using %s as root dir", self.root_dir)
122
124
        self.logger.info("Using %s as data dir", self.data_dir)
123
125
        self.logger.info("Using %s as shares root dir", self.shares_dir)