@@ -0,0 +1,8 @@
package ntlm
var debugf = func(format string, a ...interface{}) {} // discard debug
// SetDebugf sets a debugf function for debug output
func SetDebugf(f func(format string, a ...interface{})) {
debugf = f
}
The note is not visible to the blocked user.