From 5d8a77361f1ccd69c7712176a5ac66b5f6169075 Mon Sep 17 00:00:00 2001 From: MelwareDE Date: Thu, 3 May 2007 09:52:07 +0000 Subject: [PATCH] - show real thread id and use asterisk internal log command for capi thread --- chan_capi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chan_capi.c b/chan_capi.c index 8fb2155..d076dbd 100644 --- a/chan_capi.c +++ b/chan_capi.c @@ -4602,8 +4602,7 @@ static void *capidev_loop(void *data) time_t lastcall = 0; time_t newtime; - cc_verbose(2, 0, VERBOSE_PREFIX_1 "Started CAPI monitor-thread with PID %d.\n", - getpid()); + cc_log(LOG_NOTICE, "Started CAPI monitor-thread.\n"); for (/* for ever */;;) { switch(Info = capidev_check_wait_get_cmsg(&monCMSG)) {