Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
optimize error description
Browse files Browse the repository at this point in the history
optimize error description

Signed-off-by: BingGuanqi <[email protected]>
  • Loading branch information
BingGuanqi authored Aug 1, 2019
1 parent a8cb7a5 commit 7113e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfget/core/uploader/peer_server_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func StartPeerServerProcess(cfg *config.Config) (port int, err error) {
if defaultExecutor != nil {
return defaultExecutor.StartPeerServerProcess(cfg)
}
return 0, fmt.Errorf("executor of peer server isn't be initialized")
return 0, fmt.Errorf("executor of peer server hasn't been initialized")
}

// PeerServerExecutor starts an independent peer server process for uploading downloaded files.
Expand Down

0 comments on commit 7113e4d

Please sign in to comment.