mirror of
https://github.com/ergochat/ergo.git
synced 2026-01-10 20:33:16 -08:00
fix mysql logline
This commit is contained in:
parent
6386b9ef70
commit
d2c9c80cc1
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ func (mysql *MySQL) deleteCorrespondents(ctx context.Context, threshold int64) {
|
|||
} else {
|
||||
count, err := result.RowsAffected()
|
||||
if !mysql.logError("error deleting correspondents", err) {
|
||||
mysql.logger.Debug(fmt.Sprintf("deleted %d correspondents entries", count))
|
||||
mysql.logger.Debug("mysql", fmt.Sprintf("deleted %d correspondents entries", count))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue