Log line fix

This commit is contained in:
Bohdan Horbeshko 2025-08-14 09:31:29 -04:00
parent 2a81da955b
commit 075f327275

View file

@ -2265,7 +2265,7 @@ func handleSetQueryMAM2(s xmpp.Sender, iq *stanza.IQ, query *extensions.MAM2Quer
iqAnswerSetError(answer, 400) iqAnswerSetError(answer, 400)
return return
} }
log.Debugf("MAM RSM after: %v", rsmBefore) log.Debugf("MAM RSM before: %v", rsmBefore)
} }
} }
if query.ResultSet.Max != nil { if query.ResultSet.Max != nil {