We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e1025 commit ab777a1Copy full SHA for ab777a1
p2p/transport/webrtc/logger.go
@@ -40,7 +40,7 @@ func (l pionLogger) Trace(s string) {
40
}
41
42
func (l pionLogger) Tracef(s string, args ...interface{}) {
43
- l.StandardLogger.Debugf(s, args)
+ l.StandardLogger.Debugf(s, args...)
44
45
46
// loggerFactory returns pLog for all new logger instances
0 commit comments