diff --git a/etl/collector.go b/etl/collector.go index 34d1a2051..6c4c7f1d8 100644 --- a/etl/collector.go +++ b/etl/collector.go @@ -269,7 +269,7 @@ func loadFilesIntoBucket(logPrefix string, db kv.RwTx, bucket string, bufType in runtime.ReadMemStats(&m) log.Debug( - fmt.Sprintf("[%s] Committed batch", logPrefix), + fmt.Sprintf("[%s] ETL Load done", logPrefix), "bucket", bucket, "records", i, "current key", makeCurrentKeyStr(nil),