From fe26e18e72b9f6ddcb1f4d911f0d2c1a9125837a Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 3 May 2023 00:20:32 +0200 Subject: Remove now redundant logging around gc protection --- guix-build-coordinator/agent-messaging/http.scm | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'guix-build-coordinator/agent-messaging') diff --git a/guix-build-coordinator/agent-messaging/http.scm b/guix-build-coordinator/agent-messaging/http.scm index efcad50..a76fe90 100644 --- a/guix-build-coordinator/agent-messaging/http.scm +++ b/guix-build-coordinator/agent-messaging/http.scm @@ -71,17 +71,9 @@ agent-uuid password) (let* ((gnutls-ver (gnutls-version)) - (guix-ver %guix-version) - (gnutls-probably-retries-on-gc? - (or (version>=? gnutls-ver "3.7.3") - ;; guix patched gnutls to retry when interrupted by gc before - ;; gnutls released the change - (version>=? guix-ver "1.3.0-14")))) + (guix-ver %guix-version)) (simple-format (current-error-port) - "gc protection ~A (gnutls version: ~A, guix version: ~A)\n" - (if gnutls-probably-retries-on-gc? - "disabled" - "enabled") + "(gnutls version: ~A, guix version: ~A)\n" gnutls-ver guix-ver)) -- cgit v1.2.3