summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b/isdnd/controller.c
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>1999-03-07 16:12:47 +0000
committerhm <hm@FreeBSD.org>1999-03-07 16:12:47 +0000
commit36b481d4f3a44d80e63d9ab230c89bdc520fb8c2 (patch)
treeabc3088378a2452b0fa146a0004c2c09e5cffdb7 /usr.sbin/i4b/isdnd/controller.c
parentb5deeb6bf1fe0c49cd65fd1140c0935a47d172de (diff)
downloadFreeBSD-src-36b481d4f3a44d80e63d9ab230c89bdc520fb8c2.zip
FreeBSD-src-36b481d4f3a44d80e63d9ab230c89bdc520fb8c2.tar.gz
update the i4b userland to i4b release 0.71.00
Diffstat (limited to 'usr.sbin/i4b/isdnd/controller.c')
-rw-r--r--usr.sbin/i4b/isdnd/controller.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/i4b/isdnd/controller.c b/usr.sbin/i4b/isdnd/controller.c
index b3cfcf9..d34c067 100644
--- a/usr.sbin/i4b/isdnd/controller.c
+++ b/usr.sbin/i4b/isdnd/controller.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved.
+ * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,9 +27,9 @@
* i4b daemon - controller state support routines
* ----------------------------------------------
*
- * $Id: controller.c,v 1.10 1998/12/05 18:03:06 hm Exp $
+ * $Id: controller.c,v 1.12 1999/02/15 16:48:04 hm Exp $
*
- * last edit-date: [Sat Dec 5 18:06:10 1998]
+ * last edit-date: [Mon Feb 15 16:37:55 1999]
*
*---------------------------------------------------------------------------*/
@@ -61,10 +61,10 @@ init_controller_state(int controller, int ctrl_type, int card_type, int tei)
isdn_ctrl_tab[controller].stateb2 = CHAN_IDLE;
isdn_ctrl_tab[controller].freechans = MAX_CHANCTRL;
isdn_ctrl_tab[controller].tei = tei;
- log(LL_DMN, "init_controller_state: controller %d is %s",
+ DBGL(DL_RCCF, (log(LL_DBG, "init_controller_state: controller %d is %s",
controller,
name_of_controller(isdn_ctrl_tab[controller].ctrl_type,
- isdn_ctrl_tab[controller].card_type));
+ isdn_ctrl_tab[controller].card_type))));
}
else
{
OpenPOWER on IntegriCloud