diff options
Diffstat (limited to 'tvix/nar-bridge/pkg/server/narinfo_put.go')
-rw-r--r-- | tvix/nar-bridge/pkg/server/narinfo_put.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/nar-bridge/pkg/server/narinfo_put.go b/tvix/nar-bridge/pkg/server/narinfo_put.go index c5b4094f8582..1ad85d8a8bcb 100644 --- a/tvix/nar-bridge/pkg/server/narinfo_put.go +++ b/tvix/nar-bridge/pkg/server/narinfo_put.go @@ -167,7 +167,7 @@ func registerNarinfoPut(s *Server) { return } - log.Infof("received new pathInfo: %v+", receivedPathInfo) + log.Debugf("received new pathInfo: %v+", receivedPathInfo) // TODO: update the local temporary pathinfo with this? }) |