From 515427bb6debe1510e814d7777675bca127d4558 Mon Sep 17 00:00:00 2001 From: Reyk Floeter <reyk@cvs.openbsd.org> Date: Sun, 8 Feb 2015 00:01:00 +0000 Subject: spacing --- usr.sbin/httpd/server_http.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.sbin/httpd/server_http.c') diff --git a/usr.sbin/httpd/server_http.c b/usr.sbin/httpd/server_http.c index 0085aabf94e..d4d3c97fe74 100644 --- a/usr.sbin/httpd/server_http.c +++ b/usr.sbin/httpd/server_http.c @@ -1,4 +1,4 @@ -/* $OpenBSD: server_http.c,v 1.73 2015/02/07 23:59:28 reyk Exp $ */ +/* $OpenBSD: server_http.c,v 1.74 2015/02/08 00:00:59 reyk Exp $ */ /* * Copyright (c) 2006 - 2015 Reyk Floeter <reyk@openbsd.org> @@ -1294,7 +1294,8 @@ server_log_http(struct client *clt, u_int code, size_t len) agent = NULL; if (evbuffer_add_printf(clt->clt_log, - "%s %s - %s [%s] \"%s %s%s%s%s%s\" %03d %zu \"%s\" \"%s\"\n", + "%s %s - %s [%s] \"%s %s%s%s%s%s\"" + " %03d %zu \"%s\" \"%s\"\n", srv_conf->name, ip, clt->clt_remote_user == NULL ? "-" : clt->clt_remote_user, tstamp, server_httpmethod_byid(desc->http_method), -- cgit v1.2.3