Skip to content

Commit

Permalink
worker: fix debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Feb 12, 2024
1 parent 296c4e9 commit 122715a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@ func (w *worker) scanHost(ctx context.Context, hostKey types.PublicKey, hostIP s
}
settings, pt, duration, err = scan()
if err == nil {
w.logger.Debug("successfully scanned host %v after retry", hostKey)
w.logger.Debugf("successfully scanned host %v after retry", hostKey)
}
}

Expand Down

0 comments on commit 122715a

Please sign in to comment.