# # patch "ChangeLog" # from [e3fedf7bec874242af4435ee5bb81be25f508a9a] # to [24da117ae26aa78a530123697ef0b281968bdeb9] # # patch "constants.cc" # from [0721e5e821f9d0ab61b7bafadcc7e9cd9c1fd069] # to [8170662bde7da5a7e3600e2a55b6dfd05658463c] # ======================================================================== --- ChangeLog e3fedf7bec874242af4435ee5bb81be25f508a9a +++ ChangeLog 24da117ae26aa78a530123697ef0b281968bdeb9 @@ -1,5 +1,12 @@ 2005-10-22 Timothy Brownawell + * constants.cc: increase log_line_sz so that the new unified + "SERVER IDENTIFICATION HAS CHANGED" message doesn't get truncated. + It used to be multiple print statements but was merged into one, + apparently to help with translation. + +2005-10-22 Timothy Brownawell + * contrib/usher.cc: Support friendly shutdown (no new connections, but don't kill existing ones) of local servers and the usher as a whole. Simple admin interface to start/stop or get the status of individual ======================================================================== --- constants.cc 0721e5e821f9d0ab61b7bafadcc7e9cd9c1fd069 +++ constants.cc 8170662bde7da5a7e3600e2a55b6dfd05658463c @@ -39,7 +39,7 @@ // size of a line of text in the log buffer, beyond which log lines will be // truncated. - size_t const log_line_sz = 0xff; + size_t const log_line_sz = 0x300; // all the ASCII characters (bytes) which are legal in a packet. char const * const legal_packet_bytes =