Index: channel.c =================================================================== RCS file: /usr/cvsroot/asterisk/channel.c,v retrieving revision 1.70 diff -u -r1.70 channel.c --- channel.c 7 Nov 2003 03:48:03 -0000 1.70 +++ channel.c 14 Jan 2004 02:55:09 -0000 @@ -684,6 +684,9 @@ 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)) {