fix warning formatting
This commit is contained in:
parent
9007475ed8
commit
34cad4601d
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue