mirror of
https://github.com/elobuff/gortmp
synced 2025-09-26 23:15:51 +08:00
Reduce log level
This commit is contained in:
2
util.go
2
util.go
@@ -8,7 +8,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
var log logger.Logger = *logger.NewLogger(logger.LOG_LEVEL_WARN, "rtmp")
|
||||
var log logger.Logger = *logger.NewLogger(logger.LOG_LEVEL_INFO, "rtmp")
|
||||
|
||||
func DumpBytes(label string, buf []byte, size int) {
|
||||
fmt.Printf("Dumping %s (%d bytes):\n", label, size)
|
||||
|
Reference in New Issue
Block a user