X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=channel.c;h=89a6db7c64e35fe85ada212217ddc270dc5650e2;hp=c132899b1ae43d3bcb1251b02d090bf641d183b6;hb=50af63e1d25163d062c7c5aec2384a932cba6d92;hpb=7fa4d658e35a241ab0a020c639bf6140b8a8d11a diff --git a/channel.c b/channel.c index c132899..89a6db7 100755 --- a/channel.c +++ b/channel.c @@ -1873,7 +1873,7 @@ static int ast_do_masquerade(struct ast_channel *original) /* We need the clone's lock, too */ ast_pthread_mutex_lock(&clone->lock); - ast_log(LOG_DEBUG, "Got clone lock on '%s'\n", clone->name); + ast_log(LOG_DEBUG, "Got clone lock on '%s' at %p\n", clone->name, &clone->lock); /* Having remembered the original read/write formats, we turn off any translation on either one */