Typo police
This commit is contained in:
parent
e697ee667e
commit
cd5d58afc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32160
1 changed files with 11 additions and 0 deletions
11
www/httptunnel/files/patch-aa
Normal file
11
www/httptunnel/files/patch-aa
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- 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);
|
Loading…
Reference in a new issue