Wed Mar 12 07:00:01 CET 2003

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@641 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matteo Brancaleoni
2003-03-12 06:00:18 +00:00
parent 67fad0eab1
commit 66a57e51e3
18 changed files with 820 additions and 310 deletions

View File

@@ -6285,7 +6285,7 @@ int load_module()
strncpy(idledial, v->value, sizeof(idledial) - 1);
#endif
} else
ast_log(LOG_DEBUG, "Ignoring %s\n", v->name);
ast_log(LOG_WARNING, "Ignoring %s\n", v->name);
v = v->next;
}
ast_pthread_mutex_unlock(&iflock);
@@ -6638,7 +6638,7 @@ static int reload_zt(void)
strncpy(idledial, v->value, sizeof(idledial) - 1);
#endif
} else
ast_log(LOG_DEBUG, "Ignoring %s\n", v->name);
ast_log(LOG_WARNING, "Ignoring %s\n", v->name);
v = v->next;
}