[Asterisk-cvs] asterisk logger.c,1.22,1.23
markster at lists.digium.com
markster at lists.digium.com
Sun Jan 25 23:40:32 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv15108
Modified Files:
logger.c
Log Message:
Fix typo (bug #914)
Index: logger.c
===================================================================
RCS file: /usr/cvsroot/asterisk/logger.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- logger.c 12 Jan 2004 08:41:12 -0000 1.22
+++ logger.c 26 Jan 2004 05:32:30 -0000 1.23
@@ -336,7 +336,7 @@
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) {
More information about the svn-commits
mailing list