Fix typo in logging (#2056)
This commit is contained in:
parent
89b0d362d2
commit
9459495484
@ -65,7 +65,7 @@ func main() {
|
||||
if err = r.Start(); err != nil {
|
||||
logger.Fatalf("Starting gateway failed: %s", err)
|
||||
}
|
||||
logger.Printf("Gateway(s) started succesfully. Now relaying messages")
|
||||
logger.Printf("Gateway(s) started successfully. Now relaying messages")
|
||||
select {}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user