From c4a7e70d845c7e5873ad79c4968d007e56e0af11 Mon Sep 17 00:00:00 2001 From: alvin-reyes Date: Tue, 19 Sep 2023 00:03:35 -0400 Subject: [PATCH] chore: log host --- whypfs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/whypfs.go b/whypfs.go index 95ec022..c819139 100644 --- a/whypfs.go +++ b/whypfs.go @@ -462,6 +462,7 @@ func (p *Node) setupDatastore() error { dht.BucketSize(20), ) + fmt.Println("host", p.Host) frt, err := fullrt.NewFullRT(p.Host, dht.DefaultPrefix, dhtopts) if err != nil { return xerrors.Errorf("constructing fullrt: %w", err)