mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-12 02:25:27 +00:00
Fix missed placeholder in log message
This commit is contained in:
parent
82009bb82d
commit
5c3701e321
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ func start(c *cli.Context) {
|
|||
|
||||
// initialize the stomp session and authenticate.
|
||||
if err = client.Connect(opts...); err != nil {
|
||||
logger.Warningf("session failed, retry in %v", backoff, err)
|
||||
logger.Warningf("session failed, retry in %v. %s", backoff, err)
|
||||
<-time.After(backoff)
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue