Skip to content

Commit

Permalink
backport of commit 7726ae6 (#24809)
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Kazmierczak <[email protected]>
  • Loading branch information
hc-github-team-nomad-core and pkazmierczak authored Jan 8, 2025
1 parent e24abdc commit d991bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/allocwatcher/alloc_watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func (p *localPrevAlloc) Wait(ctx context.Context) error {
}

// Block until previous alloc exits
p.logger.Debug("waiting for previous alloc to terminate")
p.logger.Info("waiting for previous alloc to terminate")
for {
select {
case prevAlloc, ok := <-p.prevListener.Ch():
Expand Down Expand Up @@ -350,7 +350,7 @@ func (p *remotePrevAlloc) Wait(ctx context.Context) error {
p.waitingLock.Unlock()
}()

p.logger.Debug("waiting for remote previous alloc to terminate")
p.logger.Info("waiting for remote previous alloc to terminate")
req := structs.AllocSpecificRequest{
AllocID: p.prevAllocID,
QueryOptions: structs.QueryOptions{
Expand Down

0 comments on commit d991bf0

Please sign in to comment.