objectapi: Simplify ListMultipart combine recursive and non-recursive. (#1390)

Fixes #1365
This commit is contained in:
Harshavardhana
2016-04-26 17:57:16 -07:00
committed by Anand Babu (AB) Periasamy
parent ad1abc4486
commit 90987df9b4
2 changed files with 131 additions and 118 deletions

View File

@@ -531,7 +531,7 @@ func (xl XL) StatFile(volume, path string) (FileInfo, error) {
log.WithFields(logrus.Fields{
"volume": volume,
"path": path,
}).Errorf("getReadableDisks failed with %s", err)
}).Errorf("listOnlineDisks failed with %s", err)
return FileInfo{}, err
}
@@ -540,7 +540,7 @@ func (xl XL) StatFile(volume, path string) (FileInfo, error) {
log.WithFields(logrus.Fields{
"volume": volume,
"path": path,
}).Errorf("doHealFile failed with %s", err)
}).Errorf("healFile failed with %s", err)
return FileInfo{}, err
}
}