Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stone <michael@laptop.org>2009-07-03 02:23:54 (GMT)
committer Michael Stone <michael@laptop.org>2009-07-03 02:23:54 (GMT)
commitde36b7534f7342062c3c46d8027f4b14dd68dab3 (patch)
tree57ccbb2769c0d430647ecf585838c1588ffed57f
parentca9df33d98417363256310ee3ee764ad757dc2e1 (diff)
Correct a logging statement.
-rwxr-xr-xrainbow/bin/rainbow-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/rainbow/bin/rainbow-run b/rainbow/bin/rainbow-run
index ca3b5cd..3b6c2ba 100755
--- a/rainbow/bin/rainbow-run
+++ b/rainbow/bin/rainbow-run
@@ -125,7 +125,7 @@ def main():
xephyr = check_xephyr(opts)
resume_uid = check_resume_user(opts)
- if uid: report(1, "resuming uid (%d)", uid)
+ if resume_uid: report(1, "resuming uid (%d)", resume_uid)
args = (report, spool, env, argv, cwd, pset, safe_fds, uid, gid, resume_uid, groups, data_ids, assistant, xephyr)
report(1, 'rainbow:\n%s', pformat(args))