This patch fixes typo in debug message. Signed-off-by: Peter Schiffer <pschi...@redhat.com> --- src/tools/cgexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tools/cgexec.c b/src/tools/cgexec.c index daab51c..50a32c8 100644 --- a/src/tools/cgexec.c +++ b/src/tools/cgexec.c @@ -113,7 +113,7 @@ int main(int argc, char *argv[]) /* Just for debugging purposes. */ uid = geteuid(); gid = getegid(); - cgroup_dbg("My euid and eguid is: %d,%d\n", (int) uid, (int) gid); + cgroup_dbg("My euid and egid is: %d,%d\n", (int) uid, (int) gid); uid = getuid(); gid = getgid(); ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk _______________________________________________ Libcg-devel mailing list Libcg-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libcg-devel