Skip to content

Commit

Permalink
minor: make subscribed log into info level
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-abramov committed Feb 22, 2023
1 parent 5e53c53 commit bbe9630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/conference/peer_message_processing.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func (c *Conference) processTrackSubscriptionMessage(
continue
}

p.Logger.Debugf("Subscribed to track %s", track.TrackID)
p.Logger.Infof("Subscribed to track %s", track.TrackID)
}
}

Expand Down

0 comments on commit bbe9630

Please sign in to comment.