mirror of
https://github.com/restic/restic.git
synced 2025-08-13 19:56:42 +00:00
Address code review comments
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user