Skip to content

Commit

Permalink
Remove noisy message
Browse files Browse the repository at this point in the history
  • Loading branch information
d3x0r committed Nov 27, 2024
1 parent 53dafc7 commit 1011fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netlib/ssl_layer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ static int handleServerName( SSL* ssl, int* al, void* param ) {
char const* nextName;
size_t maxhosts = StrLen( hostctx->host );
if( !hostctx->host ) {
lprintf(" No host - setup default result?" );
//lprintf(" No host - setup default result?" );
defaultHostctx = hostctx;
}
//lprintf( "Host:%s", hostctx->host );
Expand Down

0 comments on commit 1011fc4

Please sign in to comment.