Fixed hardcoded "four hours" info message. Signed-off-by: Jongki Suwandi <jsuwa...@google.com>
--- autotest/server/crashcollect.py 2010-09-08 11:38:43.000000000 -0700 +++ autotest/server/crashcollect.py 2011-02-03 22:24:17.000000000 -0800 @@ -48,8 +48,8 @@ logging.info("%s already up, collecting crash info", host.hostname) return True - logging.info("Waiting four hours for %s to come up (%s)", - host.hostname, current_time) + logging.info("Waiting %s hours for %s to come up (%s)", + hours_to_wait, host.hostname, current_time) if not host.wait_up(timeout=hours_to_wait * 3600): logging.warning("%s down, unable to collect crash info", host.hostname) _______________________________________________ Autotest mailing list Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest