Hi, Could I please get a code review, and approval for the simple fix which addresses both of the following issues:
7084504 AI should report IPS errors to the tty/console 7041581 Install Engine should be called with debug=False The webrev is at: https://cr.opensolaris.org/action/browse/caiman/dkenny/7084504-7041581/webrev/ The reason that the error isn't being correctly logged is down to exceptions traveling all the way from the checkpoint to the initial main code, by passing normal logging. The fix is to remove the setting of the debug flag when executing the checkpoints, which means that the engine will then catch the exception, and store it in the error service. AI will then do the right thing an log that error. I've tested complete installs, and injected some errors too to ensure that things were working as expected. Thanks, Darren. _______________________________________________ caiman-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

