# # # patch "ChangeLog" # from [7688a652a821b0f777934d3dcbb2b67c964eac0e] # to [2ad76c0a88d1c93d6919c6bce203551e45b98144] # # patch "sanity.cc" # from [36f79a9ba2cf13f0f96eb85a36ee0ca1619c39df] # to [2256e669d5c641c396efe0668fdf2a8fcff27215] # ============================================================ --- ChangeLog 7688a652a821b0f777934d3dcbb2b67c964eac0e +++ ChangeLog 2ad76c0a88d1c93d6919c6bce203551e45b98144 @@ -1,5 +1,10 @@ 2006-04-05 Nathaniel Smith + * sanity.cc (dump_buffer): Make the "discarding debug log" + slightly more informative. + +2006-04-05 Nathaniel Smith + * ui.{cc,hh}: Use the prog_name in output. * app_state.cc (app_state::prog_name): Change default to 'mtn'. Set the global ui object's prog_name whenever our prog_name is ============================================================ --- sanity.cc 36f79a9ba2cf13f0f96eb85a36ee0ca1619c39df +++ sanity.cc 2256e669d5c641c396efe0668fdf2a8fcff27215 @@ -59,7 +59,8 @@ ui.inform((FL("failed to write debugging log to %s\n") % filename).str()); } else - ui.inform("discarding debug log (maybe you want --debug or --dump?)"); + ui.inform("discarding debug log, because I have nowhere to write it\n" + "(maybe you want --debug or --dump?)"); } void