summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-03-06 10:01:26 +0000
committerLaurent Bercot <ska@appnovation.com>2024-03-06 10:01:26 +0000
commit628b64629d17fef775838736a17ff43bcef8e471 (patch)
tree8b3770c4b84978d401d02dee2caf37547189f06b
parentc01130bff03b3a1bf4ec73962fd6a4741d68483e (diff)
downloadtipidee-628b64629d17fef775838736a17ff43bcef8e471.tar.xz
Remove inaccurate debug lines
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--src/tipideed/tipideed.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tipideed/tipideed.c b/src/tipideed/tipideed.c
index 903828e..2d3c687 100644
--- a/src/tipideed/tipideed.c
+++ b/src/tipideed/tipideed.c
@@ -274,7 +274,6 @@ static inline int serve (tipidee_rql *rql, char const *docroot, char *uribuf, ti
fn[pos] = 0 ;
}
}
- tipidee_log_debug(g.logv, "found ", fn) ;
if (S_ISDIR(st.st_mode))
{
switch (indexify(rql, docroot, fn, &st))
@@ -286,7 +285,6 @@ static inline int serve (tipidee_rql *rql, char const *docroot, char *uribuf, ti
case 0 : break ;
}
}
- tipidee_log_debug(g.logv, "serve: docroot ", docroot, " file ", fn, infopath[0] ? " infopath /" : "", infopath[0] ? infopath : "") ;
if (g.xiscgi && st.st_mode & S_IXOTH) ra.flags |= TIPIDEE_RA_FLAG_CGI ;
get_resattr(rql, docroot, fn, &ra) ;