Address code review comments
This commit is contained in:
parent
99b62c11b8
commit
fc0295016a
3 changed files with 3 additions and 27 deletions
|
@ -231,7 +231,7 @@ func Create(cfg Config) (*Backend, error) {
|
|||
|
||||
// Close terminates the backend.
|
||||
func (be *Backend) Close() error {
|
||||
debug.Log("exting rclone")
|
||||
debug.Log("exiting rclone")
|
||||
be.tr.CloseIdleConnections()
|
||||
<-be.waitCh
|
||||
debug.Log("wait for rclone returned: %v", be.waitResult)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue