removed newline from l3_debug message which is unnecessary. we only print the RELEASE_COMPLETE without proc message on debug

This commit is contained in:
Chrisian Richter 2007-01-02 13:38:20 +00:00
parent 3f81fb08cb
commit d45c93792d
1 changed files with 1 additions and 1 deletions

View File

@ -2796,7 +2796,7 @@ dss1_fromup(layer3_t *l3, struct sk_buff *skb, mISDN_head_t *hh)
if (!proc && (hh->prim == (CC_RELEASE_COMPLETE | REQUEST)) ) {
/* crich: */
l3_debug(l3, "mISDN dss1 sending RELEASE_COMPLETE without proc pr=%04x dinof(%x)\n", hh->prim, hh->dinfo);
if (l3->debug) l3_debug(l3, "mISDN dss1 sending RELEASE_COMPLETE without proc pr=%04x dinof(%x)", hh->prim, hh->dinfo);
SendMsg(l3->dummy, skb, -1);
return 0;