blob: 3e264abe303a3cb168b8e810a52387ae6f51f051 [file] [log] [blame]
// +build debug
package sftp
import "log"
func debug(fmt string, args ...interface{}) {
log.Printf(fmt, args...)
}