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:
Dag Wieers 2008-01-20 22:00:30 +00:00
parent 4336e75e43
commit 4ff3677231

2
http.c
View file

@ -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, " -> ");
}
/*