# # patch "ChangeLog" # from [c7d3af92f2815478f1d5871f8b7f4a5a309dc36c] # to [471a29e3b82e3c61e0400d08e4f6a0f0193fdea0] # # patch "netsync.cc" # from [fb080ff453376ea47ead7af3c3168b6c83524461] # to [4445407943d97f20331f74dcd0caaeb384e24bce] # ======================================================================== --- ChangeLog c7d3af92f2815478f1d5871f8b7f4a5a309dc36c +++ ChangeLog 471a29e3b82e3c61e0400d08e4f6a0f0193fdea0 @@ -1,5 +1,7 @@ 2005-10-10 Matthew Gregan + * netsync.cc: Clean up another case where port numbers were being + munged by localized iostreams. * tests/t_netsync_largish_file.at: Tweak the random file generation so that it's a bit faster on platforms with slow awk implementations. ======================================================================== --- netsync.cc fb080ff453376ea47ead7af3c3168b6c83524461 +++ netsync.cc 4445407943d97f20331f74dcd0caaeb384e24bce @@ -3206,7 +3206,8 @@ } else { - P(F("accepted new client connection from %s\n") % client); + P(F("accepted new client connection from %s : %s\n") + % client.get_address() % lexical_cast(client.get_port())); shared_ptr sess(new session(role, server_voice, include_pattern, exclude_pattern, app,