make an error message clearer

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@135 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-21 01:47:02 +00:00
parent be57b91ba1
commit dc9485bba1
1 changed files with 1 additions and 1 deletions

View File

@ -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;