- add verbose message when the cond-event was triggered.

This commit is contained in:
MelwareDE 2006-06-18 20:42:06 +00:00
parent 5ef8dd4426
commit 881ff2c02b
1 changed files with 3 additions and 0 deletions

View File

@ -393,6 +393,9 @@ MESSAGE_EXCHANGE_ERROR _capi_put_cmsg_wait_conf(struct capi_pvt *i, _cmsg *CMSG)
error = -1;
cc_log(LOG_WARNING, "%s: timed out waiting for %s\n",
i->vname, capi_cmd2str(CMSG->Command, CAPI_CONF));
} else {
cc_verbose(4, 1, "%s: cond signal received for %s\n",
i->vname, capi_cmd2str(CMSG->Command, CAPI_CONF));
}
}