aboutsummaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.c b/config.c
index d651a02..4969350 100644
--- a/config.c
+++ b/config.c
@@ -174,7 +174,9 @@ config_setserver(struct httpd *env, struct server *srv)
if ((what & CONFIG_SERVERS) == 0 || id == privsep_process)
continue;
- DPRINTF("%s: sending server \"%s[%u]\" to %s fd %d", __func__,
+ DPRINTF("%s: sending %s \"%s[%u]\" to %s fd %d", __func__,
+ (srv->srv_conf.flags & SRVFLAG_LOCATION) ?
+ "location" : "server",
srv->srv_conf.name, srv->srv_conf.id,
ps->ps_title[id], srv->srv_s);