summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
10f6450)
of applications when they get registered.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@96716
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
int __ast_custom_function_register(struct ast_custom_function *acf, struct ast_module *mod)
{
struct ast_custom_function *cur;
int __ast_custom_function_register(struct ast_custom_function *acf, struct ast_module *mod)
{
struct ast_custom_function *cur;
AST_RWLIST_UNLOCK(&acf_root);
AST_RWLIST_UNLOCK(&acf_root);
- ast_verb(2, "Registered custom function %s\n", acf->name);
+ ast_verb(2, "Registered custom function '%s'\n", term_color(tmps, acf->name, COLOR_BRCYAN, 0, sizeof(tmps)));