mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 17:27:02 +00:00
fix some minor stuff
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40055 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user