mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-22 20:41:40 +02:00
Fix copy and paste error
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user