fix
This commit is contained in:
parent
f96b90e91c
commit
4ba545864f
4
sql.go
4
sql.go
@ -964,7 +964,7 @@ func cleanupJobData() {
|
||||
var (
|
||||
jobID int64
|
||||
count int64
|
||||
countDeleted int64
|
||||
countObjDeleted int64
|
||||
isDone int
|
||||
)
|
||||
|
||||
@ -1040,7 +1040,7 @@ func cleanupJobData() {
|
||||
count += 1
|
||||
}
|
||||
|
||||
log.Printf("cleanupJobData : %d jobs scanned, %d obj deleted\n", count, countDeleted)
|
||||
log.Printf("cleanupJobData : %d jobs scanned, %d obj deleted\n", count, countObjDeleted)
|
||||
|
||||
/*
|
||||
for _, id := range ids {
|
||||
|
Loading…
Reference in New Issue
Block a user