aboutsummaryrefslogtreecommitdiffstats
path: root/src/tipideed/regular.c
diff options
context:
space:
mode:
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") ;