hotfix in logging strings
This commit is contained in:
parent
1fd09cb653
commit
d05d283354
@ -72,7 +72,7 @@ func (cr Coronafana) InsertGlobalData(cfg config.Config, db sqlx.DB) (err error)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if i > 0 {
|
if i > 0 {
|
||||||
log.Println(fmt.Sprintf("%d global entries to inserted", i))
|
log.Println(fmt.Sprintf("%d global entries to insert", i))
|
||||||
} else {
|
} else {
|
||||||
log.Println("No entry inserted")
|
log.Println("No entry inserted")
|
||||||
}
|
}
|
||||||
@ -107,7 +107,7 @@ func (cr Coronafana) InsertPaysData(cfg config.Config, db sqlx.DB) (err error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if i > 0 {
|
if i > 0 {
|
||||||
log.Println(fmt.Sprintf("%d global entries to inserted", i))
|
log.Println(fmt.Sprintf("%d global entries to insert", i))
|
||||||
} else {
|
} else {
|
||||||
log.Println("No entry inserted")
|
log.Println("No entry inserted")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user