Address code review comments

This commit is contained in:
Alexander Neumann 2018-03-15 19:00:25 +01:00
parent 99b62c11b8
commit fc0295016a
3 changed files with 3 additions and 27 deletions

View file

@ -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)