1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-18 15:06:54 +02:00

fix printing

This commit is contained in:
Chris Lu 2018-07-21 18:47:07 -07:00
parent 12e6ccc581
commit 648626115a

View file

@ -55,7 +55,7 @@ func (vs *VolumeServer) DeleteHandler(w http.ResponseWriter, r *http.Request) {
volumeId, _ := storage.NewVolumeId(vid)
n.ParsePath(fid)
glog.V(2).Infof("volume %d deleting %s", vid, n)
glog.V(2).Infof("volume %s deleting %s", vid, n)
cookie := n.Cookie