summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2000-12-03 16:23:12 +0000
committerhm <hm@FreeBSD.org>2000-12-03 16:23:12 +0000
commit592552d751a7b099eb1062ad9e92a5ec4d1302ca (patch)
tree8a259806bb933333f8d91faf4bc5c535660bf9c9 /usr.sbin/i4b
parent0755fde449e0d76b70aeb4ccdba7babb24d98cfa (diff)
downloadFreeBSD-src-592552d751a7b099eb1062ad9e92a5ec4d1302ca.zip
FreeBSD-src-592552d751a7b099eb1062ad9e92a5ec4d1302ca.tar.gz
Add controller number to unknown incoming call log message.
Diffstat (limited to 'usr.sbin/i4b')
-rw-r--r--usr.sbin/i4b/isdnd/support.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/i4b/isdnd/support.c b/usr.sbin/i4b/isdnd/support.c
index d8c7896..1f17638 100644
--- a/usr.sbin/i4b/isdnd/support.c
+++ b/usr.sbin/i4b/isdnd/support.c
@@ -31,7 +31,7 @@
*
* $FreeBSD$
*
- * last edit-date: [Wed Oct 4 18:24:27 2000]
+ * last edit-date: [Thu Nov 30 20:36:29 2000]
*
*---------------------------------------------------------------------------*/
@@ -543,8 +543,8 @@ find_matching_entry_incoming(msg_connect_ind_t *mp)
}
else
{
- log(LL_CHD, "%05d <unknown> incoming call from %s to %s",
- mp->header.cdid, mp->src_telno, mp->dst_telno);
+ log(LL_CHD, "%05d <unknown> incoming call from %s to %s ctrl %d",
+ mp->header.cdid, mp->src_telno, mp->dst_telno, mp->controller);
}
return(NULL);
}
OpenPOWER on IntegriCloud