wtclient/client: fix missed prefix log

This commit is contained in:
Conner Fromknecht 2021-01-04 08:33:34 -08:00
parent 1d3535582b
commit e0e57642b6
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

View File

@ -469,7 +469,7 @@ func (c *TowerClient) Start() error {
c.wg.Add(1)
go c.backupDispatcher()
log.Infof("Watchtower client started successfully")
c.log.Infof("Watchtower client started successfully")
})
return err
}