paivana

HTTP paywall reverse proxy
Log | Files | Refs | Submodules | README | LICENSE

commit ce46d4ef7415e932c8930c1d65008cb75a4a3ea1
parent e8fa7afd442f8914affe99b59420158656368305
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  4 May 2026 16:03:25 +0200

more logging

Diffstat:
Msrc/backend/paivana-httpd_cookie.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/paivana-httpd_cookie.c b/src/backend/paivana-httpd_cookie.c @@ -59,7 +59,7 @@ compute_cookie_hash (struct GNUNET_TIME_Timestamp cur_time, GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Computing cookie for %s at %llu and client %s\n", website, - (unsigned long long) cur_time.abs_time.abs_time_us, + (unsigned long long) cur_time.abs_time.abs_value_us, TALER_b2s (ca, ca_len)); e = GNUNET_TIME_absolute_hton (cur_time.abs_time); GNUNET_assert (GNUNET_YES ==