mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-11 03:11:50 +00:00
implement structured logging
This commit is contained in:
committed by
Benj Fassbind
parent
0c749922c9
commit
8e62195eb5
@@ -42,7 +42,7 @@ func (s *DownloaderSuiteBase) SetUpTest(c *C) {
|
||||
close(s.ch)
|
||||
}()
|
||||
|
||||
s.progress = console.NewProgress()
|
||||
s.progress = console.NewProgress(false)
|
||||
s.progress.Start()
|
||||
|
||||
s.d = NewDownloader(0, 1, s.progress)
|
||||
|
||||
@@ -41,7 +41,7 @@ func (s *GrabDownloaderSuiteBase) SetUpTest(c *C) {
|
||||
close(s.ch)
|
||||
}()
|
||||
|
||||
s.progress = console.NewProgress()
|
||||
s.progress = console.NewProgress(false)
|
||||
s.progress.Start()
|
||||
|
||||
s.d = NewGrabDownloader(0, 1, s.progress)
|
||||
|
||||
Reference in New Issue
Block a user