From decc67fec36a3840495d9fe2c93f69ee7b10107d Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 13 Jan 2010 01:24:14 +0100 Subject: Add debug hint when disabling SSL mode --- src/iphone.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/iphone.c b/src/iphone.c index 8bc9e8d..b677220 100644 --- a/src/iphone.c +++ b/src/iphone.c @@ -611,6 +611,8 @@ iphone_error_t iphone_connection_disable_ssl(iphone_connection_t connection) free(connection->ssl_data); connection->ssl_data = NULL; + debug_info("SSL mode disabled"); + return IPHONE_E_SUCCESS; } -- cgit v1.1-32-gdbae