@cryptotaxi247 / kubo / commits / 6e5217fd9

Move the comment back to where it belongs

Konstantin Koroviev committed Mar 9, 2015 at 06:33 UTC 6e5217fd97bd20a4e6e913d3f028919b4ec135de
1 file changed +2 -1
cmd/ipfs/main.go
+2 -1
@@ -17,7 +17,7 @@ import (
17 ma "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multiaddr"
18 manet "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multiaddr-net"
19
20 - context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context" // log is the command logger
20 + context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
21 cmds "github.com/jbenet/go-ipfs/commands"
22 cmdsCli "github.com/jbenet/go-ipfs/commands/cli"
23 cmdsHttp "github.com/jbenet/go-ipfs/commands/http"
@@ -29,6 +29,7 @@ import (
29 "github.com/jbenet/go-ipfs/util/debugerror"
30 )
31
32 +// log is the command logger
33 var log = eventlog.Logger("cmd/ipfs")
34
35 // signal to output help