local: remove annoying debug message
This commit is contained in:
parent
e09ef62d5b
commit
02d50f8c6e
2 changed files with 1 additions and 3 deletions
|
@ -335,7 +335,7 @@ func (o *FsObjectLocal) Storable() bool {
|
||||||
fs.Debug(o, "Can't transfer non file/directory")
|
fs.Debug(o, "Can't transfer non file/directory")
|
||||||
return false
|
return false
|
||||||
} else if mode&os.ModeDir != 0 {
|
} else if mode&os.ModeDir != 0 {
|
||||||
fs.Debug(o, "FIXME Skipping directory")
|
// fs.Debug(o, "Skipping directory")
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
Remove FIXME skipping directory
|
|
||||||
|
|
||||||
Change lsd command so it doesn't show -1
|
Change lsd command so it doesn't show -1
|
||||||
* Make sure all Fses show -1 for objects Zero for dates etc
|
* Make sure all Fses show -1 for objects Zero for dates etc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue