]> skyeroc.xyz Git - dgamelaunch/commitdiff
make an error message clearer
authorJoshua Kwan <joshk@triplehelix.org>
Wed, 21 Jan 2004 01:47:02 +0000 (01:47 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Wed, 21 Jan 2004 01:47:02 +0000 (01:47 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@135 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

config.y

index 485cd118c03f126e81449147ddb1db1470a664b6..c211e26027a8c85a32f0addd84d53a40b8214d38 100644 (file)
--- a/config.y
+++ b/config.y
@@ -133,7 +133,7 @@ KeyPair: KeyType '=' TYPE_VALUE {
         /* Naive user protection - do not allow running as user root */
        if ($3 == 0)
        {
-         fprintf(stderr, "%s: I refuse to run as root! Aborting.\n", config);
+         fprintf(stderr, "%s: I refuse to run as uid 0 (root)! Aborting.\n", config);
          graceful_exit(1);
        }
         myconfig->shed_uid = $3;