diff options
| author | 2010-01-13 01:24:14 +0100 | |
|---|---|---|
| committer | 2010-01-13 01:24:14 +0100 | |
| commit | decc67fec36a3840495d9fe2c93f69ee7b10107d (patch) | |
| tree | eb7acf8463c1da653faa4df4fc4e873d240fa8b0 | |
| parent | 4f187cfbf2598635295365e647b5032ab11a2cba (diff) | |
| download | libimobiledevice-decc67fec36a3840495d9fe2c93f69ee7b10107d.tar.gz libimobiledevice-decc67fec36a3840495d9fe2c93f69ee7b10107d.tar.bz2 | |
Add debug hint when disabling SSL mode
| -rw-r--r-- | src/iphone.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) | |||
| 611 | free(connection->ssl_data); | 611 | free(connection->ssl_data); |
| 612 | connection->ssl_data = NULL; | 612 | connection->ssl_data = NULL; |
| 613 | 613 | ||
| 614 | debug_info("SSL mode disabled"); | ||
| 615 | |||
| 614 | return IPHONE_E_SUCCESS; | 616 | return IPHONE_E_SUCCESS; |
| 615 | } | 617 | } |
| 616 | 618 | ||
