aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_config.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-04 13:33:59 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-04 13:33:59 +0000
commit3d1a4235d13f8646abb1ee2cbb657432bc92694d (patch)
tree13791f7823c8b8997626c6ed10188c9a0dadef02 /pbx/pbx_config.c
parente8d263f34437e0d0fbf56b3d056f43c4b4d04338 (diff)
Merged revisions 120282 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r120282 | file | 2008-06-04 10:31:09 -0300 (Wed, 04 Jun 2008) | 6 lines Fix a log message and add a message for when the dialplan is done reloading. (closes issue #12716) Reported by: chappell Patches: dialplan_reload_2.diff uploaded by chappell (license 8) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@120283 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx/pbx_config.c')
-rw-r--r--pbx/pbx_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index a35585a6e..05184952b 100644
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -1331,7 +1331,7 @@ static char *handle_cli_dialplan_reload(struct ast_cli_entry *e, int cmd, struct
pbx_builtin_clear_globals();
pbx_load_module();
-
+ ast_cli(a->fd, "Dialplan reloaded.\n");
return CLI_SUCCESS;
}