mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user