mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
clean up output and print that we are unregistering a channel type
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2024 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -684,6 +684,9 @@ void ast_channel_unregister(char *type)
|
||||
ast_log(LOG_WARNING, "Unable to lock channel list\n");
|
||||
return;
|
||||
}
|
||||
if (option_verbose > 1)
|
||||
ast_verbose( VERBOSE_PREFIX_2 "Unregistered channel type '%s'\n", type);
|
||||
|
||||
chan = backends;
|
||||
while(chan) {
|
||||
if (!strcasecmp(chan->type, type)) {
|
||||
|
Reference in New Issue
Block a user