aboutsummaryrefslogtreecommitdiffstats
path: root/main/logger.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/logger.c')
-rw-r--r--main/logger.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/logger.c b/main/logger.c
index fae61d454..618a855c9 100644
--- a/main/logger.c
+++ b/main/logger.c
@@ -708,9 +708,9 @@ struct verb {
static AST_RWLIST_HEAD_STATIC(verbosers, verb);
static struct ast_cli_entry cli_logger[] = {
- NEW_CLI(handle_logger_show_channels, "List configured log channels"),
- NEW_CLI(handle_logger_reload, "Reopens the log files"),
- NEW_CLI(handle_logger_rotate, "Rotates and reopens the log files")
+ AST_CLI(handle_logger_show_channels, "List configured log channels"),
+ AST_CLI(handle_logger_reload, "Reopens the log files"),
+ AST_CLI(handle_logger_rotate, "Rotates and reopens the log files")
};
static int handle_SIGXFSZ(int sig)