aboutsummaryrefslogtreecommitdiffstats
path: root/src/tipideed/regular.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-23 02:38:54 +0000
committerLaurent Bercot <ska@appnovation.com>2023-09-23 02:38:54 +0000
commit68a35fb8e58f86995929839330b7aee0a3a92a87 (patch)
treebebf8cf5b90c3104a211e2f326cbf0f3799a47d4 /src/tipideed/regular.c
parent139b577cbeccd495038da51a8a3ddc8eb3397a4d (diff)
downloadtipidee-68a35fb8e58f86995929839330b7aee0a3a92a87.tar.gz
Better logging
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/tipideed/regular.c')
-rw-r--r--src/tipideed/regular.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tipideed/regular.c b/src/tipideed/regular.c
index 5af364d..24dc392 100644
--- a/src/tipideed/regular.c
+++ b/src/tipideed/regular.c
@@ -70,7 +70,7 @@ int respond_304 (tipidee_rql const *rql, char const *fn, struct stat const *st)
if (l) n += buffer_putnoflush(buffer_1, fmt, l) ;
}
n += buffer_putnoflush(buffer_1, "\r\n", 2) ;
- log_304(fn) ;
+ log_response("304", fn) ;
tain_add_g(&deadline, &g.writetto) ;
if (!buffer_timed_flush_g(buffer_1, &deadline))
strerr_diefu1sys(111, "write to stdout") ;