[Pkg-privacy-commits] [obfs4proxy] 02/14: Fix doc comment for log.Debugf.

Ximin Luo infinity0 at debian.org
Sat Feb 20 22:34:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository obfs4proxy.

commit cf4dd074fa78f72affa8c701bbb049f9ef547f77
Author: David Fifield <david at bamsoftware.com>
Date:   Mon May 25 22:53:05 2015 -0700

    Fix doc comment for log.Debugf.
---
 common/log/log.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/log/log.go b/common/log/log.go
index f29b33b..1c30b48 100644
--- a/common/log/log.go
+++ b/common/log/log.go
@@ -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...)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfs4proxy.git



More information about the Pkg-privacy-commits mailing list