[asterisk-commits] qwell: branch 1.4 r54886 - /branches/1.4/main/asterisk.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Feb 16 10:25:22 MST 2007


Author: qwell
Date: Fri Feb 16 11:25:21 2007
New Revision: 54886

URL: http://svn.digium.com/view/asterisk?view=rev&rev=54886
Log:
Clarify a restart message.  It's silly, but the reporter had a very valid point.

Issue 9079

Modified:
    branches/1.4/main/asterisk.c

Modified: branches/1.4/main/asterisk.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/asterisk.c?view=diff&rev=54886&r1=54885&r2=54886
==============================================================================
--- branches/1.4/main/asterisk.c (original)
+++ branches/1.4/main/asterisk.c Fri Feb 16 11:25:21 2007
@@ -1210,7 +1210,7 @@
 			fcntl(x, F_SETFD, FD_CLOEXEC);
 		}
 		if (option_verbose || ast_opt_console)
-			ast_verbose("Restarting Asterisk NOW...\n");
+			ast_verbose("Asterisk is now restarting...\n");
 		restartnow = 1;
 
 		/* close logger */



More information about the asterisk-commits mailing list