Skip to content

Commit

Permalink
Report completion if --progress is used, so user gets info in the no-…
Browse files Browse the repository at this point in the history
…op case.
  • Loading branch information
icculus committed Jun 20, 2016
1 parent d5015d8 commit f789c68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions archive_imessage.pl
Expand Up @@ -902,6 +902,10 @@ sub talk_gap {
flush_startid(undef, undef);
}

if ($report_progress) {
print("All completed conversations archived.\n");
}

exit(0);

# end of archive_imessage.pl ...

0 comments on commit f789c68

Please sign in to comment.