Fix copy and paste error

This commit is contained in:
Jan Eitzinger
2023-03-31 12:33:14 +02:00
parent 869c4d7e5e
commit bfee9d847b
2 changed files with 2 additions and 2 deletions

View File

@@ -30,6 +30,6 @@ func main() {
ar := archive.GetHandle()
for jobMeta := range ar.Iter() {
fmt.Printf("Validate %s - %d\n", jobMeta.Cluster, jobMeta.JobID)
log.Printf("Validate %s - %d\n", jobMeta.Cluster, jobMeta.JobID)
}
}