mirror of
https://gitlab.com/yawning/obfs4.git
synced 2024-11-15 12:12:53 +00:00
Fix doc comment for log.Debugf.
This commit is contained in:
parent
37a709d8b4
commit
cf4dd074fa
@ -140,7 +140,7 @@ func Infof(format string, a ...interface{}) {
|
||||
}
|
||||
}
|
||||
|
||||
// Debugf logs the given format string/arguments at the INFO log level.
|
||||
// Debugf logs the given format string/arguments at the DEBUG log level.
|
||||
func Debugf(format string, a ...interface{}) {
|
||||
if enableLogging && logLevel >= LevelDebug {
|
||||
msg := fmt.Sprintf(format, a...)
|
||||
|
Loading…
Reference in New Issue
Block a user