Index: config.c =================================================================== RCS file: /usr/cvsroot/asterisk/config.c,v retrieving revision 1.58 diff -u -r1.58 config.c --- config.c 11 Feb 2005 16:09:01 -0000 1.58 +++ config.c 18 Feb 2005 23:57:16 -0000 @@ -325,7 +325,7 @@ strncpy(cat->name, name, sizeof(cat->name) - 1); } -static void inherit_category(struct ast_category *new, const struct ast_category *base) +void inherit_category(struct ast_category *new, const struct ast_category *base) { struct ast_variable *var; @@ -694,7 +694,7 @@ strncpy(date, ctime(&t), sizeof(date) - 1); if ((f = fopen(fn, "w"))) { if ((option_verbose > 1) && !option_debug) - ast_verbose( VERBOSE_PREFIX_2 "Saving '%s': ", fn); + ast_verbose(VERBOSE_PREFIX_2 "Saving config to '%s'\n", fn); fprintf(f, ";!\n"); fprintf(f, ";! Automatically generated configuration file\n"); fprintf(f, ";! Filename: %s (%s)\n", configfile, fn);