summaryrefslogtreecommitdiff
path: root/pjlib/src/pj/activesock.c
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/src/pj/activesock.c')
-rw-r--r--pjlib/src/pj/activesock.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/pjlib/src/pj/activesock.c b/pjlib/src/pj/activesock.c
index 0f322834..d93bd630 100644
--- a/pjlib/src/pj/activesock.c
+++ b/pjlib/src/pj/activesock.c
@@ -157,7 +157,9 @@ static void activesock_create_iphone_os_stream(pj_activesock_t *asock)
CFReadStreamOpen(asock->readStream) != TRUE)
{
PJ_LOG(2,("", "Failed to configure TCP transport for VoIP "
- "usage. Background mode will not be supported."));
+ "usage. Usage of THIS particular TCP transport in "
+ "background mode will not be supported."));
+
activesock_destroy_iphone_os_stream(asock);
}