mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-17 17:45:03 +02:00
Fix missed placeholder in log message
This commit is contained in:
parent
82009bb82d
commit
5c3701e321
@ -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…
x
Reference in New Issue
Block a user