From a549cf57d631ece0e1d7b2a77f425973dcbe24c3 Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Fri, 6 Feb 2015 11:23:05 -0700 Subject: [PATCH] add space --- cmd/ipfs/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ipfs/main.go b/cmd/ipfs/main.go index 02e9fa45d..9b90e49c8 100644 --- a/cmd/ipfs/main.go +++ b/cmd/ipfs/main.go @@ -268,7 +268,7 @@ func callPreCommandHooks(ctx context.Context, details cmdDetails, req cmds.Reque } func callCommand(ctx context.Context, req cmds.Request, root *cmds.Command, cmd *cmds.Command) (cmds.Response, error) { - log.Info(config.EnvDir, req.Context().ConfigRoot) + log.Info(config.EnvDir, " ", req.Context().ConfigRoot) var res cmds.Response details, err := commandDetails(req.Path(), root)