mirror of
https://github.com/rclone/rclone.git
synced 2025-01-11 08:49:37 +01:00
serve/restic: Remove log message on Close
This commit is contained in:
parent
c1a3e363a6
commit
84776c4e43
@ -1,7 +1,6 @@
|
||||
package restic
|
||||
|
||||
import (
|
||||
"log"
|
||||
"net"
|
||||
"os"
|
||||
)
|
||||
@ -34,7 +33,6 @@ func (s *StdioConn) Write(p []byte) (int, error) {
|
||||
|
||||
// Close closes both streams.
|
||||
func (s *StdioConn) Close() error {
|
||||
log.Printf("Server.Close()\n")
|
||||
err1 := s.stdin.Close()
|
||||
err2 := s.stdout.Close()
|
||||
if err1 != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user