On Mon, 07 Oct 2013 15:07:37 +0200 sr-dev-request@lists.sip-router.org wrote:
Date: Mon, 07 Oct 2013 11:56:10 +0100 From: Hugh Waite hugh.waite@crocodile-rcs.com To: sr-dev@lists.sip-router.org Subject: Re: [sr-dev] git:master: Merge branch 'tteras/mohqueue' Message-ID: 5252934A.1090909@crocodile-rcs.com Content-Type: text/plain; charset=UTF-8; format=flowed
Hi, When I try to build (using the .spec file for CentOS) I get this compile error.
mohq_funcs.c: In function 'mohq_debug': mohq_funcs.c:2327: error: too few arguments to function 'get_debug_level'
Sorry about this. Should have tested better in the real branch, instead of old releases. I added minimal fix that should fix the build error. And asked the author to look at better solution, e.g. remove the whole debug helper and use core functions directly if feasible (now that per-module debugging is possible). Then again, the debug helper seems to have per-queue things, so it might be needed to some degree.
- Timo