mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-02-11 21:41:46 +01:00
Print job db id instead of its address
This commit is contained in:
@@ -107,7 +107,7 @@ func RunTaggers() error {
|
||||
tagger.Match(job)
|
||||
}
|
||||
for _, tagger := range jobTagger.stopTaggers {
|
||||
cclog.Infof("Run stop tagger for job %d", job.ID)
|
||||
cclog.Infof("Run stop tagger for job %d", *job.ID)
|
||||
tagger.Match(job)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user