summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client.go b/client/client.go
index 4b10ab2..c203e2b 100644
--- a/client/client.go
+++ b/client/client.go
@@ -42,7 +42,7 @@ func NewClient(kcp bool, socksAddr, obfs4Cert string) *Client {
func (c *Client) Start() (bool, error) {
defer func() {
- c.log("STOPPED", "", nil)
+ c.log("STOPPED", "")
}()
if c.IsStarted() {