Browse Source

Add missing f

[skip cd]
Tulir Asokan 2 years ago
parent
commit
ec9e6d517f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      portal.go

+ 1 - 1
portal.go

@@ -627,7 +627,7 @@ func (portal *Portal) handleUndecryptableMessage(source *User, evt *events.Undec
 	content := undecryptableMessageContent
 	resp, err := portal.sendMessage(intent, event.EventMessage, &content, nil, evt.Info.Timestamp.UnixMilli())
 	if err != nil {
-		portal.log.Errorln("Failed to send decryption error of %s to Matrix: %v", evt.Info.ID, err)
+		portal.log.Errorfln("Failed to send decryption error of %s to Matrix: %v", evt.Info.ID, err)
 		return
 	}
 	portal.finishHandling(nil, &evt.Info, resp.EventID, database.MsgUnknown, database.MsgErrDecryptionFailed)