@cryptotaxi247 / kubo / commits / a549cf57d

add space

Brian Tiger Chow committed Feb 6, 2015 at 11:23 UTC a549cf57d631ece0e1d7b2a77f425973dcbe24c3
1 file changed +1 -1
cmd/ipfs/main.go
+1 -1
@@ -268,7 +268,7 @@ func callPreCommandHooks(ctx context.Context, details cmdDetails, req cmds.Reque
268 }
269
270 func callCommand(ctx context.Context, req cmds.Request, root *cmds.Command, cmd *cmds.Command) (cmds.Response, error) {
271 - log.Info(config.EnvDir, req.Context().ConfigRoot)
271 + log.Info(config.EnvDir, " ", req.Context().ConfigRoot)
272 var res cmds.Response
273
274 details, err := commandDetails(req.Path(), root)