aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-16 17:25:21 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-16 17:25:21 +0000
commit14b8809bc4105df6b2255bb86d9382a43eb365bc (patch)
tree98510ccb05d0ee2787b7fc80bd322035cc7f35b9 /main/asterisk.c
parent7f78e9b1354c8bb4dd2c9477ff46322e3daa93da (diff)
Clarify a restart message. It's silly, but the reporter had a very valid point.
Issue 9079 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@54886 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/asterisk.c')
-rw-r--r--main/asterisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/asterisk.c b/main/asterisk.c
index d3f316260..507ca7fd7 100644
--- a/main/asterisk.c
+++ b/main/asterisk.c
@@ -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 */