diff --git a/go/vt/servenv/servenv.go b/go/vt/servenv/servenv.go index 0e4c124b4eb..1726c807d3b 100644 --- a/go/vt/servenv/servenv.go +++ b/go/vt/servenv/servenv.go @@ -106,7 +106,7 @@ func Init() { // Once you run as root, you pretty much destroy the chances of a // non-privileged user starting the program correctly. if uid := os.Getuid(); uid == 0 { - // log.Exitf("servenv.Init: running this as root makes no sense") + log.Exitf("servenv.Init: running this as root makes no sense") } // We used to set this limit directly, but you pretty much have to