Minor wording change

svn:r10037
This commit is contained in:
Peter Palfrader 2007-04-27 13:24:11 +00:00
parent 47675391d9
commit 225ea3dba3
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ diff -urNad tor-debian~/src/or/config.c tor-debian/src/or/config.c
+ uid = getuid();
+ pw = getpwuid(uid);
+ if (!pw) {
+ log(LOG_WARN, LD_GENERAL, "Could not get passwd information for %d.", uid);
+ log(LOG_WARN, LD_GENERAL, "Could not get passwd information for uid %d.", uid);
+ return -1;
+ }
+ assert(pw->pw_name);