summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ircd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ircd.c b/src/ircd.c
index cc65818..5ad971f 100644
--- a/src/ircd.c
+++ b/src/ircd.c
@@ -464,7 +464,7 @@ main(int argc, char *argv[])
/* Check to see if the user is running us as root, which is a nono */
if (geteuid() == 0)
{
- fprintf(stderr, "Don't run ircd as root!!!\n");
+ fprintf(stderr, "ERROR: This server won't run as root/superuser\n");
return -1;
}