Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanwichmann committed Nov 19, 2020
2 parents b09c298 + 2f166ea commit 9f37926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kelvin.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func main() {
for {
err = bridge.InitializeBridge(configuration)
if err != nil {
log.Errorf("Could not initialze bridge: %v - Retrying...", err)
log.Errorf("Could not initialize bridge: %v - Retrying...", err)
time.Sleep(10 * time.Second)
} else {
break
Expand Down

0 comments on commit 9f37926

Please sign in to comment.