mirror of
https://github.com/restic/restic.git
synced 2025-04-27 17:20:48 +00:00
sftp: change debug tag to debug_sftp
This commit is contained in:
parent
04f172b38d
commit
b4170ff45f
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
|
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
|
package sftp
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user