Skip to content

Commit

Permalink
Fix typo in logging (#2056)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarppinen committed Aug 5, 2023
1 parent 89b0d36 commit 9459495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matterbridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}
}

Expand Down

0 comments on commit 9459495

Please sign in to comment.