diff options
-rw-r--r-- | util.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ func isBridgedIdentifier(mxid string) bool { return strings.HasPrefix(mxid, nameformat_fixed_part) } else { // This is not supported - log.Fatal("Invalid name format %s, please put {} at the beginning or at the end", config.NameFormat) + log.Fatalf("Invalid name format %s, please put {} at the beginning or at the end", config.NameFormat) return false } } |