- show state when hanging up.

This commit is contained in:
MelwareDE 2006-06-18 16:48:17 +00:00
parent ddee6aff05
commit 66529db156
1 changed files with 2 additions and 2 deletions

View File

@ -1117,8 +1117,8 @@ static int pbx_capi_hangup(struct ast_channel *c)
return -1;
}
cc_verbose(3, 0, VERBOSE_PREFIX_2 "%s: CAPI Hangingup for PLCI=%#x\n",
i->vname, i->PLCI);
cc_verbose(3, 0, VERBOSE_PREFIX_2 "%s: CAPI Hangingup for PLCI=%#x in state %d\n",
i->vname, i->PLCI, i->state);
/* are we down, yet? */
if (i->state != CAPI_STATE_DISCONNECTED) {