log(main) show IPFS_DIR/IPFS_PATH at start up

a one-time print out
This commit is contained in:
Brian Tiger Chow 2015-01-20 06:20:50 -08:00
parent a97234288d
commit 3279047074

View File

@ -268,6 +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)
var res cmds.Response
details, err := commandDetails(req.Path(), root)