[master] 8e910c3 Typo
Guillaume Quintard
guillaume at varnish-software.com
Wed Aug 31 13:52:14 CEST 2016
commit 8e910c3d1cdfe5c819edb15ae044504c8e697eaa
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date: Tue Aug 30 10:37:29 2016 +0200
Typo
diff --git a/bin/varnishtest/vtc_server.c b/bin/varnishtest/vtc_server.c
index 22b9849..e8b1928 100644
--- a/bin/varnishtest/vtc_server.c
+++ b/bin/varnishtest/vtc_server.c
@@ -166,7 +166,7 @@ server_thread(void *priv)
l = sizeof addr_s;
fd = accept(s->sock, addr, &l);
if (fd < 0)
- vtc_log(vl, 0, "Accepted failed: %s", strerror(errno));
+ vtc_log(vl, 0, "Accept failed: %s", strerror(errno));
vtc_log(vl, 3, "accepted fd %d", fd);
fd = http_process(vl, s->spec, fd, &s->sock);
vtc_log(vl, 3, "shutting fd %d", fd);
More information about the varnish-commit
mailing list