Skip to content

Commit

Permalink
Fix logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gagliardetto committed Nov 13, 2023
1 parent 33150d1 commit a6813a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -609,9 +609,9 @@ func checkCar(
waitResultsReceived.Wait()
klog.Infof("All results received")

klog.Infof("Waiting for all assertions to finish...")
klog.Infof("Waiting for remaining jobs to finish...")
wg.Wait()
klog.Infof("All assertions finished")
klog.Infof("All jobs finished")

// print last blockHash:
klog.Infof(
Expand Down

0 comments on commit a6813a4

Please sign in to comment.