timetable-extension #1
@ -117,7 +117,7 @@ func runCifUpdateDownload(cfg *helpers.Configuration, metadata *dbAccess.CifMeta
|
|||||||
}
|
}
|
||||||
|
|
||||||
endTime := time.Now()
|
endTime := time.Now()
|
||||||
duration := startTime.Sub(endTime)
|
duration := endTime.Sub(startTime)
|
||||||
log.Info("CIF Update process ended", zap.Duration("duration", duration))
|
log.Info("CIF Update process ended", zap.Duration("duration", duration))
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user