mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
backends: pass error logger to backends
This commit is contained in:
@@ -32,7 +32,7 @@ func TestLayout(t *testing.T) {
|
||||
be, err := Open(context.TODO(), Config{
|
||||
Path: repo,
|
||||
Connections: 2,
|
||||
})
|
||||
}, t.Logf)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user