forked from TrueCloudLab/restic
sftp: change debug tag to debug_sftp
This commit is contained in:
parent
04f172b38d
commit
b4170ff45f
2 changed files with 2 additions and 2 deletions
2
Godeps/_workspace/src/github.com/pkg/sftp/debug.go
generated
vendored
2
Godeps/_workspace/src/github.com/pkg/sftp/debug.go
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
// +build debug
|
||||
// +build debug_sftp
|
||||
|
||||
package sftp
|
||||
|
||||
|
|
2
Godeps/_workspace/src/github.com/pkg/sftp/release.go
generated
vendored
2
Godeps/_workspace/src/github.com/pkg/sftp/release.go
generated
vendored
|
@ -1,4 +1,4 @@
|
|||
// +build !debug
|
||||
// +build !debug_sftp
|
||||
|
||||
package sftp
|
||||
|
||||
|
|
Loading…
Reference in a new issue