Skip to content

Commit

Permalink
log: Log the "resumed" flag. (jitsi#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev authored Dec 3, 2024
1 parent 437b30f commit 98acfca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class XmppProvider(val config: XmppConnectionConfig, parentLogger: Logger) {
override fun authenticated(connection: XMPPConnection?, resumed: Boolean) {
registered = true
logger.info(
"Registered." + if (connection is XMPPTCPConnection) {
"Registered (resumed=$resumed)." + if (connection is XMPPTCPConnection) {
" isSmEnabled:" + connection.isSmEnabled +
" isSmAvailable:" + connection.isSmAvailable +
" isSmResumptionPossible:" + connection.isSmResumptionPossible
Expand Down

0 comments on commit 98acfca

Please sign in to comment.