Resource PLCI, suppress shown while activating line plci error message

This commit is contained in:
MelwareDE 2009-04-15 21:39:00 +00:00
parent 39f0b5ea1c
commit ebc988a4cc
1 changed files with 1 additions and 1 deletions

View File

@ -791,7 +791,7 @@ static int local_queue_frame(struct capi_pvt *i, struct ast_frame *f)
}
if (i->writerfd == -1) {
if (i->resource_plci_type == 0 || (i->line_plci == 0 && i->data_plci == 0)) {
if (i->resource_plci_type == 0) {
cc_log(LOG_ERROR, "No writerfd in local_queue_frame for %s\n",
i->vname);
return -1;