1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/www/httptunnel/files/patch-aa
2000-08-31 21:15:06 +00:00

12 lines
376 B
Plaintext

--- htc.c.orig Thu Aug 31 22:10:13 2000
+++ htc.c Thu Aug 31 22:10:29 2000
@@ -539,7 +539,7 @@
arg.host_name, arg.host_port,
arg.proxy_name, arg.proxy_port);
else
- log_notice ("connected to %s%d", arg.host_name, arg.host_port);
+ log_notice ("connected to %s:%d", arg.host_name, arg.host_port);
closed = FALSE;
time (&last_tunnel_write);