mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-28 21:39:02 +08:00
fix string printing
This commit is contained in:
parent
e73b859b1d
commit
dad733086a
@ -120,7 +120,7 @@ func (s3a *S3ApiServer) DeleteBucketHandler(w http.ResponseWriter, r *http.Reque
|
|||||||
|
|
||||||
glog.V(1).Infof("delete collection: %v", deleteCollectionRequest)
|
glog.V(1).Infof("delete collection: %v", deleteCollectionRequest)
|
||||||
if _, err := client.DeleteCollection(ctx, deleteCollectionRequest); err != nil {
|
if _, err := client.DeleteCollection(ctx, deleteCollectionRequest); err != nil {
|
||||||
return fmt.Errorf("delete collection %%s: %v", bucket, err)
|
return fmt.Errorf("delete collection %s: %v", bucket, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// delete bucket metadata
|
// delete bucket metadata
|
||||||
|
Loading…
Reference in New Issue
Block a user