~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/Main.vala

  • Committer: Tony George
  • Date: 2016-10-05 06:56:05 UTC
  • Revision ID: tony.george.kol@gmail.com-20161005065605-xhm9kcr7twp3b3ib
Disabled ionice options

Show diffs side-by-side

added added

removed removed

Lines of Context:
1846
1846
                                write_snapshot_control_file(snapshot_path, dt_created, tag);
1847
1847
 
1848
1848
                                // parse log file
 
1849
                                progress_text = _("Parsing log file...");
 
1850
                                log_msg(progress_text);
1849
1851
                                var task = new RsyncTask();
1850
1852
                                task.parse_log(log_file);
1851
1853