# # patch "ChangeLog" # from [b9ab8588dd91e128730f54480eb401461153efe1] # to [d5d07569a89ffcada7781cdf1379e795260379bb] # # patch "netsync.cc" # from [5f217cbacb87f31da40471d97a3a68565211e152] # to [5fb2f9133fde0774f81d181e4450a57f5403d4e7] # --- ChangeLog +++ ChangeLog @@ -1,3 +1,8 @@ +2005-05-02 Matt Johnston
+ + * netsync.cc (process_auth_cmd): make it clearer what the "unknown + key hash" refers to. + 2005-05-01 Richard Levitte * commands.hh: Expose complete_commands(). --- netsync.cc +++ netsync.cc @@ -1645,7 +1645,7 @@ if (!app.db.public_key_exists(their_key_hash)) { - W(F("unknown key hash '%s'\n") % their_key_hash); + W(F("remote public key hash '%s' is unknown\n") % their_key_hash); this->saved_nonce = id(""); return false; }