mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-21 12:20:27 +00:00
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