famosss
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
weed/filer/filer_deletion.go
|
@ -58,7 +58,7 @@ func (f *Filer) loopProcessingDeletion() { |
|
|
glog.V(0).Infof("deleting fileIds len=%d error: %v", deletionCount, err) |
|
|
glog.V(0).Infof("deleting fileIds len=%d error: %v", deletionCount, err) |
|
|
} |
|
|
} |
|
|
} else { |
|
|
} else { |
|
|
glog.V(1).Infof("deleting fileIds len=%d", deletionCount) |
|
|
|
|
|
|
|
|
glog.V(2).Infof("deleting fileIds len=%d", deletionCount) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|