~phablet-team/sync-monitor/trunk

« back to all changes in this revision

Viewing changes to src/sync-configure.cpp

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2016-05-30 20:13:40 UTC
  • mto: (37.3.53 sync-individual-sources)
  • mto: This revision was merged to the branch mainline in revision 66.
  • Revision ID: renato.filho@canonical.com-20160530201340-7sd5i4j38xlzakyx
Only notify sync status when running "refresh-from-remote" sync.

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
 
292
292
        // remove sources not in use anymore
293
293
        QStringList sourcesToRemove = config.keys();
294
 
        qDebug() << "SOURCES TO REMOVE" << sourcesToRemove;
 
294
        qDebug() << "Actual sources:" << sourcesToRemove;
295
295
 
296
296
        Q_FOREACH(const SyncDatabase &db, dbs) {
297
297
            if (db.name.isEmpty()) {