updated message

This commit is contained in:
Paul 2020-08-16 15:31:03 +02:00
parent c8cbd8b6b4
commit bbfc37fa21

View File

@ -144,7 +144,7 @@ func insertFrsEntryToDB(config config.Config, frsPeople map[string]Qrz) (err err
var qrzNum int
fmt.Println(fmt.Sprintf("Starting inserts of %d entries", len(frsPeople)))
fmt.Println(fmt.Sprintf("Starting insert of %d entries", len(frsPeople)))
for _, frs := range frsPeople {
fmt.Println(frs)