rename log (#2906)

This commit is contained in:
cnderrauber
2024-08-05 13:46:56 +08:00
committed by GitHub
parent 9ac8be8bc2
commit 5e4c6d46fb
+1 -1
View File
@@ -1409,7 +1409,7 @@ func (t *PCTransport) handleRemoteICECandidate(e event) error {
t.params.Logger.Warnw("failed to add cached ICE candidate", err, "candidate", c)
return errors.Wrap(err, "add ice candidate failed")
} else {
t.params.Logger.Debugw("added cached ICE candidate", "candidate", c)
t.params.Logger.Debugw("added ICE candidate", "candidate", c)
}
return nil