summaryrefslogtreecommitdiffstats
path: root/src/astmanproxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/astmanproxy.c')
-rw-r--r--src/astmanproxy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/astmanproxy.c b/src/astmanproxy.c
index cc86859..853b8bf 100644
--- a/src/astmanproxy.c
+++ b/src/astmanproxy.c
@@ -541,6 +541,7 @@ static void *accept_thread()
/* SSL stuff below */
is_encrypted = is_encrypt_request(pc.sslclhellotimeout, as);
+ debugmsg("is_encrypted: %d", is_encrypted);
if (is_encrypted > 0) {
if (!pc.acceptencryptedconnection) {
if( debug )
@@ -619,7 +620,7 @@ int main(int argc, char *argv[])
{
switch( i ) {
case 'd':
- debug = 1;
+ debug++;
break;
case 'h':
Usage();