projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
662e723
)
Fix typo (bug #914)
author
Mark Spencer
<markster@digium.com>
Mon, 26 Jan 2004 05:32:30 +0000
(
05:32
+0000)
committer
Mark Spencer
<markster@digium.com>
Mon, 26 Jan 2004 05:32:30 +0000
(
05:32
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2072
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
logger.c
patch
|
blob
|
history
diff --git
a/logger.c
b/logger.c
index
8c3f1f9
..
42b4013
100755
(executable)
--- a/
logger.c
+++ b/
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) {