Hi Rick, On Thu, 2008-03-13 at 15:47 +0000, rmoseley@sourceware.org wrote: > commit f7bc2b759574fce3842b3b60fe473a9bb8b10431 > Author: Rick Moseley > Date: Thu Mar 13 10:47:17 2008 -0500 > > Fix minor logging errors. > > * CLI.java: Synchronize message adding when type specified. > * LoadCommand.java: Use message logger instead of direct print. Nice cleanup of message handling, but... As mentioned in bugzilla #5938 it causes one testsuite failure in frysk.bindir.TestFhpd. The fix was pretty easy though, just make sure that all messages logged by any of the startup Commands are published to the user before showing the first prompt: frysk-core/frysk/bindir/ChangeLog 2008-03-14 Mark Wielaard * fhpd.java (CommandLine.run): Make sure all messages are flushed before first prompt. frysk-core/frysk/hpd/ChangeLog 2008-03-14 Mark Wielaard * CLI.java (flushMessages): Make public and document for usage in fhpd. Committed and pushed. All frysk.bindir.TestFhpd test PASS again and no regressions. Cheers, Mark