fix warning formatting

This commit is contained in:
Felix Kunde 2022-02-21 17:08:36 +01:00
parent 9007475ed8
commit 34cad4601d
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ func (c *Cluster) syncStreams() error {
dbName := slots[publication]["database"]
err = c.syncPublication(publication, dbName, tables)
if err != nil {
c.logger.Warningf("could not sync publication %q in database %d: %v", publication, dbName, err)
c.logger.Warningf("could not sync publication %q in database %q: %v", publication, dbName, err)
}
}