Clarify a restart message. It's silly, but the reporter had a very valid point.

Issue 9079


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@54886 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jason Parker
2007-02-16 17:25:21 +00:00
parent 7722d96bea
commit 84d057c5a5

View File

@@ -1210,7 +1210,7 @@ static void quit_handler(int num, int nice, int safeshutdown, int restart)
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 */