struct ast_conference *conf;
int hr, min, sec;
time_t now;
- char *header_format = "%14s %-14s %-8s %-8s\n";
- char *data_format = "%-12.12s %4.4d %02d:%02d:%02d %-8s\n";
+ char *header_format = "%-14s %-14s %-8s %-8s\n";
+ char *data_format = "%-12.12s %4.4d %02d:%02d:%02d %-8s\n";
now = time(NULL);
if (argc != 2)
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)) {