mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
Fix typo (bug #914)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2072 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
logger.c
2
logger.c
@@ -336,7 +336,7 @@ static struct ast_cli_entry reload_logger_cli =
|
||||
|
||||
static struct ast_cli_entry rotate_logger_cli =
|
||||
{ { "logger", "rotate", NULL },
|
||||
handle_logger_rotate, "Reopens the log files",
|
||||
handle_logger_rotate, "Rotates and reopens the log files",
|
||||
logger_rotate_help };
|
||||
|
||||
static int handle_SIGXFSZ(int sig) {
|
||||
|
Reference in New Issue
Block a user