This commit is contained in:
shoopea 2020-10-20 11:32:14 +02:00
parent ea26736eba
commit 9b73f7b891

1
sql.go
View File

@ -1021,6 +1021,7 @@ func cleanupJobData() {
if err != nil {
return
}
log.Printf("cleanupJobData : delObj : %d\n", delObj.RowsAffected())
} else {
logOnError(err, "cleanupJobData : scan doneStmt")
return