Noise is too noisy

This commit is contained in:
Tony Garnock-Jones 2023-09-29 16:09:40 +02:00
parent 51db5f9247
commit e75453d0b4
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@
(when css (start-relay css)))
(define (handle-message m)
(log-syndicate/distributed/noise-info "~v ~a got: ~v" service-selector role m)
(log-syndicate/distributed/noise-debug "~v ~a got: ~v" service-selector role m)
(for [(p (in-list (extract-packets m)))]
(if relay
(accept-bytes relay (decrypt! p))