Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
Signed-off-by: nagesh bansal <[email protected]>
  • Loading branch information
Nageshbansal committed Jan 4, 2024
1 parent 4dcb91d commit 11958e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/probe/probe.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ loop:
if probe.HasProbeCompleted {
break loop
}
log.Infof("[Probe]: Waiting for %s probe to finish or timeout (Elapsed time: %v)", probeName, time.Since(startTime).Seconds())
log.Infof("[Probe]: Waiting for %s probe to finish or timeout (Elapsed time: %v s)", probeName, time.Since(startTime).Seconds())
time.Sleep(time.Duration(delay) * time.Second)
}
}
Expand Down

0 comments on commit 11958e0

Please sign in to comment.