# # patch "ChangeLog" # from [a35e9161ccf60af32688b61cee32db3f8cc14511] # to [9b5cdc3ff470271929e27698a1213347951be03d] # # patch "netsync.cc" # from [3b1b777c73280ff5cf94238183aa095ca162c7f4] # to [c06bdb859643097701b81ebcf9a704e573e9063f] # =============================================== --- ChangeLog a35e9161ccf60af32688b61cee32db3f8cc14511 +++ ChangeLog 9b5cdc3ff470271929e27698a1213347951be03d @@ -1,5 +1,9 @@ 2005-08-04 Nathaniel Smith + * netsync.cc (rebuild_merkle_trees): Typo. + +2005-08-04 Nathaniel Smith + * netsync.cc (rebuild_merkle_trees): Tweak message ("rebuilding merkle trees" does not mean anything to J. Random User...) =============================================== --- netsync.cc 3b1b777c73280ff5cf94238183aa095ca162c7f4 +++ netsync.cc c06bdb859643097701b81ebcf9a704e573e9063f @@ -3623,7 +3623,7 @@ session::rebuild_merkle_trees(app_state & app, set const & branchnames) { - P(F("calculating synchronization set ...\n")); + P(F("calculating synchronization set...\n")); for (set::const_iterator i = branchnames.begin(); i != branchnames.end(); ++i) L(F("including branch %s") % *i);