Changed level of "non-digital call..." message, since

with audio support, this is quite normal.
This commit is contained in:
Fritz Elfert 1996-06-06 14:22:28 +00:00
parent 5bdb3a966d
commit 7ecd626828
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,9 @@
/* $Id$
*
* $Log$
* Revision 1.8 1996/06/03 20:35:04 fritz
* Fixed typos.
*
* Revision 1.7 1996/06/03 20:03:39 fritz
* Fixed typos.
*
@ -301,7 +304,7 @@ l3s12(struct PStack *st, byte pr, void *arg)
if (bcfound) {
if (st->pa->info != 7) {
printk(KERN_WARNING "non-digital call: %s -> %s\n",
printk(KERN_DEBUG "non-digital call: %s -> %s\n",
st->pa->calling,
st->pa->called);
}

View File

@ -1,6 +1,9 @@
/* $Id$
*
* $Log$
* Revision 1.3 1996/04/30 21:54:42 isdn4dev
* SPV, callback , remove some debugging code Karsten Keil
*
* Revision 1.2 1996/04/20 16:47:23 fritz
* Changed statemachine to allow reject of an incoming call.
* Report all incoming calls, not just those with Service = 7.
@ -153,7 +156,7 @@ l3_1tr6_tu_setup(struct PStack *st, byte pr, void *arg)
/* Signal all services, linklevel takes care of Service-Indicator */
if (st->pa->info != 7) {
printk(KERN_INFO "non-digital call: %s -> %s\n",
printk(KERN_DEBUG "non-digital call: %s -> %s\n",
st->pa->calling,
st->pa->called);
}