From 94d29367acf900fd78d707c729477c1e31b588af Mon Sep 17 00:00:00 2001 From: Michael Stone Date: Fri, 24 Sep 2010 01:06:52 +0000 Subject: Correct typo in logging. --- diff --git a/rainbow/inject.py b/rainbow/inject.py index 9946644..1dfd4d6 100644 --- a/rainbow/inject.py +++ b/rainbow/inject.py @@ -162,7 +162,7 @@ def launch(log, _, uid, gid, groups, argv, env, cwd, pset, safe_fds): log(1, 'umask(0)') umask(0) - log(1, 'about to execve\nargv: %s\nenv: %s', argv, env) + log(1, 'about to execvpe\nargv: %s\nenv: %s', argv, env) log(1, 'closing all fds but %s', safe_fds) for fd in get_fds(): if fd not in safe_fds: -- cgit v0.9.1