mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-17 07:53:01 -06:00
formatting
This commit is contained in:
parent
3f546e8b32
commit
d27791bc73
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ selectAccountsLoop:
|
|||
if err != nil {
|
||||
if _, ok := err.(db.ErrNoEntries); ok {
|
||||
// no accounts left for this instance so we're done
|
||||
l.Info("domainBlockProcessSideEffects: done iterating through accounts for domain %s", block.Domain)
|
||||
l.Infof("domainBlockProcessSideEffects: done iterating through accounts for domain %s", block.Domain)
|
||||
break selectAccountsLoop
|
||||
}
|
||||
// an actual error has occurred
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue