dect
/
asterisk
Archived
13
0
Fork 0

fix some minor stuff

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40055 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2006-08-16 18:26:04 +00:00
parent c64f9574c1
commit ce13dec621
1 changed files with 1 additions and 3 deletions

View File

@ -4441,8 +4441,6 @@ static int g_config_initialized=0;
static int unload_module(void *mod)
{
int i;
/* First, take us out of the channel loop */
ast_log(LOG_VERBOSE, "-- Unregistering mISDN Channel Driver --\n");
@ -4590,7 +4588,7 @@ static int load_module(void *mod)
}
}
chan_misdn_log(0, 0, "-- mISDN Channel Driver Registred -- (BE AWARE THIS DRIVER IS EXPERIMENTAL!)\n");
chan_misdn_log(0, 0, "-- mISDN Channel Driver Registered -- (BE AWARE THIS DRIVER IS EXPERIMENTAL!)\n");
return 0;
}