pkg/logging: Remove unneeded argument
This commit is contained in:
parent
d7847b5d69
commit
2493cbb078
15 changed files with 75 additions and 76 deletions
|
|
@ -42,7 +42,7 @@ func (bk backup) Run(context wisski_distillery.Context) error {
|
|||
if !bk.NoPrune {
|
||||
defer logging.LogOperation(func() error {
|
||||
return dis.Exporter().PruneExports(context.Context, context.Stderr)
|
||||
}, context.Stderr, context.Context, "Pruning old backups")
|
||||
}, context.Stderr, "Pruning old backups")
|
||||
}
|
||||
|
||||
// do the handling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue