mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-21 16:03:32 +01:00
fix: accidental use of wrong logging package
This commit is contained in:
parent
5615f4929a
commit
08769a8752
@ -482,7 +482,7 @@ func (j *ActiveSide) do(ctx context.Context) {
|
|||||||
go func() {
|
go func() {
|
||||||
select {
|
select {
|
||||||
case <-reset.Wait(ctx):
|
case <-reset.Wait(ctx):
|
||||||
log.Info("reset received, cancelling current invocation")
|
GetLogger(ctx).Info("reset received, cancelling current invocation")
|
||||||
cancelThisRun()
|
cancelThisRun()
|
||||||
case <-ctx.Done():
|
case <-ctx.Done():
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user