mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-10 02:41:10 +00:00
Improve "Requested autopkgtest" logging.
This commit is contained in:
parent
8584a061e1
commit
59705dda61
@ -139,8 +139,8 @@ class AutoPackageTest(object):
|
||||
src = linebits.pop(0)
|
||||
ver = linebits.pop(0)
|
||||
if self.britney.options.verbose:
|
||||
print("I: [%s] - Requested autopkgtest for %s_%s" %
|
||||
(time.asctime(), src, ver))
|
||||
print("I: [%s] - Requested autopkgtest for %s_%s (%s)" %
|
||||
(time.asctime(), src, ver, " ".join(linebits)))
|
||||
try:
|
||||
status = linebits.pop(0).upper()
|
||||
while True:
|
||||
|
Loading…
x
Reference in New Issue
Block a user