mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Fixed weird character in prefixed output.
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@187 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
4336e75e43
commit
4ff3677231
1 changed files with 1 additions and 1 deletions
2
http.c
2
http.c
|
|
@ -183,7 +183,7 @@ void proxy_protocol(PTSTREAM *pts)
|
|||
if( args_info.verbose_flag ) {
|
||||
// message( "Connect string sent to local proxy:\n");
|
||||
message( "Communication with local proxy:\n");
|
||||
print_line_prefix(buf, "đ-> ");
|
||||
print_line_prefix(buf, " -> ");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue