- show real thread id and use asterisk internal log command for capi thread

This commit is contained in:
MelwareDE 2007-05-03 09:52:07 +00:00
parent 67d2ac23ae
commit 5d8a77361f
1 changed files with 1 additions and 2 deletions

View File

@ -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)) {