Add log to show where is the lotus running

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2020-01-27 13:39:35 -08:00
parent c765289da9
commit 050d552b9d
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -90,6 +90,7 @@ var DaemonCmd = &cli.Command{
}
ctx := context.Background()
log.Infof("lotus repo: %s", cctx.String("repo"))
r, err := repo.NewFS(cctx.String("repo"))
if err != nil {
return xerrors.Errorf("opening fs repo: %w", err)