mirror of
https://dev.narayana.im/narayana/telegabber.git
synced 2026-08-05 04:07:07 +00:00
Log line fix
This commit is contained in:
parent
2a81da955b
commit
075f327275
1 changed files with 1 additions and 1 deletions
|
|
@ -2265,7 +2265,7 @@ func handleSetQueryMAM2(s xmpp.Sender, iq *stanza.IQ, query *extensions.MAM2Quer
|
|||
iqAnswerSetError(answer, 400)
|
||||
return
|
||||
}
|
||||
log.Debugf("MAM RSM after: %v", rsmBefore)
|
||||
log.Debugf("MAM RSM before: %v", rsmBefore)
|
||||
}
|
||||
}
|
||||
if query.ResultSet.Max != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue