X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=main.cpp;h=b0b6f1194e739ea632e0d273dd7bad63b8b3bcdc;hb=c6cbff9421d76720e83b9ee7e2216fd5a3693544;hp=b630ec8e78f42649351b3c66f2d3cdaa198c6fb3;hpb=fc9ecb5d043146618676cd79fe0a6659f98a3970;p=backups%2F.git diff --git a/main.cpp b/main.cpp index b630ec8..b0b6f11 100644 --- a/main.cpp +++ b/main.cpp @@ -144,7 +144,7 @@ int main() { // Track the total size of added files unsigned long long added_blocks, added_bytes; - sizes( backups.begin(), backups.end(), added_blocks, added_bytes ); + sizes( added.begin(), added.end(), added_blocks, added_bytes ); file_vector modified_files; // Backup files that have been modified @@ -214,6 +214,8 @@ int main() { // Write the 'final' list to stdout copy_filenames( final.begin(), final.end(), ostream_iterator( cout, "" ) ); + cerr << now << endl << endl; + cerr << "Need backing up..." << endl; cerr << " Added Bytes: " << added_bytes << endl; cerr << " Added Blocks: " << added_blocks << endl;