Fix output of crypt objects in logs

This commit is contained in:
Nick Craig-Wood
2016-10-20 17:46:51 +01:00
parent eca9e8eb70
commit de73063977
2 changed files with 14 additions and 3 deletions
+5
View File
@@ -26,6 +26,11 @@ func (ci *createInfo) Fs() fs.Info {
return ci.f
}
// String returns the remote path
func (ci *createInfo) String() string {
return ci.remote
}
// Remote returns the remote path
func (ci *createInfo) Remote() string {
return ci.remote