From 7bd0182d737acbab083ab9664fc4e068d1046388 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 31 Jan 2007 19:17:47 +0000 Subject: running out of cmdq entries is not a "debug" message, it's an error git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2061 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wctc4xxp/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wctc4xxp') diff --git a/wctc4xxp/base.c b/wctc4xxp/base.c index 4e00ec2..c98f2d3 100644 --- a/wctc4xxp/base.c +++ b/wctc4xxp/base.c @@ -415,7 +415,7 @@ static struct cmdq *get_free_cmdq(struct wcdte *wc, size_t size_needed) return winner; } else { /* we failed */ - debug_printk(1, "no cmdq entries available\n"); + module_printk("no cmdq entries available; limit of %d reached\n", MAX_TOTAL_CMDQ); return NULL; } } -- cgit v1.2.3