On Mon, 2011-02-14 at 15:04 -0800, Jongki Suwandi wrote: > Fixed hardcoded "four hours" info message.
Ok, applied, thanks! > Signed-off-by: Jongki Suwandi <[email protected]> > > --- 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 > [email protected] > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
