aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-27 21:21:21 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-27 21:21:21 +0000
commite09e61e6e7115b8e4195c35a07f71e677e98df1d (patch)
tree668f8d0503255522d382874fee6cc9172301d10d /main
parentab7096022bf857c49d3c98a6275c19d6f750b869 (diff)
apparently we need an explicit message to warn people
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49001 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/asterisk.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/asterisk.c b/main/asterisk.c
index 5a393397b..8776051ba 100644
--- a/main/asterisk.c
+++ b/main/asterisk.c
@@ -142,7 +142,9 @@ int daemon(int, int); /* defined in libresolv of all places */
ast_verbose("This is free software, with components licensed under the GNU General Public\n"); \
ast_verbose("License version 2 and other licenses; you are welcome to redistribute it under\n"); \
ast_verbose("certain conditions. Type 'core show license' for details.\n"); \
- ast_verbose("=========================================================================\n")
+ ast_verbose("=========================================================================\n"); \
+ ast_verbose("NOTE: This is a development version of Asterisk, and should not be used in\n"); \
+ ast_verbose("production installations.\n");
/*! \defgroup main_options Main Configuration Options
\brief Main configuration options from \ref Config_ast "asterisk.conf" or