diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index a35585a6e25e98992c36b151a29b431139758f84..05184952b68ffee28e8896ea6116e03fb9ea21b3 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;
 }