From 67d2ac23ae7381f0f19a4d3831ab4dc3f5a299b8 Mon Sep 17 00:00:00 2001 From: MelwareDE Date: Thu, 3 May 2007 09:28:32 +0000 Subject: [PATCH] - added log message when capi thread is started. --- chan_capi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chan_capi.c b/chan_capi.c index e5e7fd0..8fb2155 100644 --- a/chan_capi.c +++ b/chan_capi.c @@ -4602,6 +4602,9 @@ 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()); + for (/* for ever */;;) { switch(Info = capidev_check_wait_get_cmsg(&monCMSG)) { case 0x0000: