mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-04-06 01:19:40 +00:00
fix log to logf call
This commit is contained in:
parent
5188de34d5
commit
660fe0df66
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ func init() {
|
|||
}
|
||||
|
||||
count, _ := res.RowsAffected()
|
||||
log.Info(ctx, "updated %d statuses", count)
|
||||
log.Infof(ctx, "updated %d statuses", count)
|
||||
|
||||
log.Info(ctx, "removing statuses.updated_at column...")
|
||||
_, err = tx.NewDropColumn().Model((*oldmodel.Status)(nil)).
|
||||
|
|
Loading…
Reference in a new issue