Add the hostname to the 'unexpected final status message from client' ABORT error.
Signed-off-by: Gregory Smith <[email protected]> --- autotest/server/autotest.py 2010-06-07 12:43:22.000000000 -0700 +++ autotest/server/autotest.py 2010-06-07 12:43:22.000000000 -0700 @@ -770,7 +770,7 @@ # give the client machine a chance to recover from a crash self.host.wait_up(CRASH_RECOVERY_TIME) msg = ("Aborting - unexpected final status message from " - "client: %s\n") % last + "client on %s: %s\n") % (self.host.hostname, last) raise error.AutotestRunError(msg) finally: logger.close() _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
