mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-07-21 02:11:28 +00:00
Remove information that is already in verbose output.
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@192 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
3ac12cf8d0
commit
abdbfbb6c0
1 changed files with 4 additions and 4 deletions
|
|
@ -48,10 +48,10 @@ void make_basicauth()
|
|||
*/
|
||||
base64( (unsigned char *)basicauth, (unsigned char *)p, strlen( p ) );
|
||||
|
||||
if( args_info.verbose_flag )
|
||||
{
|
||||
message( "Proxy basic auth is %s\n", basicauth );
|
||||
}
|
||||
// if( args_info.verbose_flag )
|
||||
// {
|
||||
// message( "Proxy basic auth is %s\n", basicauth );
|
||||
// }
|
||||
|
||||
free( p );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue