fix debug output

This commit is contained in:
Günther Kelleter 2006-09-14 15:36:47 +00:00
parent 15f0d65a7f
commit 0f20f5bdc6
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ ControllerRun(Controller_t *contr)
}
contrDebug(contr, CAPI_DBG_INFO, "%s: GLOBAL(%08X) B1(%08X) B2(%08X) B3(%08X)",
__FUNCTION__, contr->ctrl->profile.goptions, contr->ctrl->profile.support1,
contr->ctrl->profile.support2, contr->ctrl->profile.support2);
contr->ctrl->profile.support2, contr->ctrl->profile.support3);
#ifdef OLDCAPI_DRIVER_INTERFACE
contr->ctrl->ready(contr->ctrl);
#else

View File

@ -1005,7 +1005,7 @@ register_layer(mISDNstack_t *st, mISDNinstance_t *inst)
if (!list_empty(&inst->list)) {
if (core_debug & DEBUG_CORE_FUNC)
printk(KERN_DEBUG "%s: register preregistered instance st(%p/%p)",
printk(KERN_DEBUG "%s: register preregistered instance st(%p/%p)\n",
__FUNCTION__, st, inst->st);
list_del_init(&inst->list);
}