You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by mt...@apache.org on 2010/05/15 11:17:06 UTC

svn commit: r944600 - /trafficserver/traffic/trunk/proxy/Main.cc

Author: mturk
Date: Sat May 15 09:17:04 2010
New Revision: 944600

URL: http://svn.apache.org/viewvc?rev=944600&view=rev
Log:
Fix copy/paste typo

Modified:
    trafficserver/traffic/trunk/proxy/Main.cc

Modified: trafficserver/traffic/trunk/proxy/Main.cc
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/proxy/Main.cc?rev=944600&r1=944599&r2=944600&view=diff
==============================================================================
--- trafficserver/traffic/trunk/proxy/Main.cc (original)
+++ trafficserver/traffic/trunk/proxy/Main.cc Sat May 15 09:17:04 2010
@@ -1693,7 +1693,7 @@ change_uid_gid(const char *user)
         "\tIf you still desire to serve pages as root then\n"
         "\tadd -DBIG_SECURITY_HOLE to the CFLAGS env variable\n"
         "\tand then rebuild the server.\n"
-        "\tIt is strongly suggested that you instead modify the\"
+        "\tIt is strongly suggested that you instead modify the\n"
         "\tproxy.config.admin.user_id  directive in your\n"
         "\trecords.config file to list a non-root user.\n");
     }