]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart.sh: NOTE, not WARNING, to make gitbuilder happy
authorSage Weil <sage@inktank.com>
Thu, 19 Dec 2013 05:16:10 +0000 (21:16 -0800)
committerSage Weil <sage@inktank.com>
Thu, 19 Dec 2013 05:22:08 +0000 (21:22 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
src/vstart.sh

index 0a361bee24ae7eafa326c97e083dfc7b759f1c16..72ad3da33f7f964b673fd556b6fcc98ed5909ab1 100755 (executable)
@@ -370,7 +370,7 @@ EOF
                if [ `echo $IP | grep '^127\\.'` ]
                then
                        echo
-                       echo "WARNING: hostname resolves to loopback; remote hosts will not be able to"
+                       echo "NOTE: hostname resolves to loopback; remote hosts will not be able to"
                        echo "  connect.  either adjust /etc/hosts, or edit this script to use your"
                        echo "  machine's real IP."
                        echo