[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r10037: Minor wording change (tor/branches/tor-0_1_2-patches/debian/patches)
Author: weasel
Date: 2007-04-27 09:24:11 -0400 (Fri, 27 Apr 2007)
New Revision: 10037
Modified:
tor/branches/tor-0_1_2-patches/debian/patches/06_add_compile_time_defaults.dpatch
Log:
Minor wording change
Modified: tor/branches/tor-0_1_2-patches/debian/patches/06_add_compile_time_defaults.dpatch
===================================================================
--- tor/branches/tor-0_1_2-patches/debian/patches/06_add_compile_time_defaults.dpatch 2007-04-27 11:07:22 UTC (rev 10036)
+++ tor/branches/tor-0_1_2-patches/debian/patches/06_add_compile_time_defaults.dpatch 2007-04-27 13:24:11 UTC (rev 10037)
@@ -89,7 +89,7 @@
+ 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);