diff options
Diffstat (limited to 'kinit/wrapper.c')
-rw-r--r-- | kinit/wrapper.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kinit/wrapper.c b/kinit/wrapper.c index 8c3e24b50..b78cf661e 100644 --- a/kinit/wrapper.c +++ b/kinit/wrapper.c @@ -530,9 +530,9 @@ int main(int argc, char **argv) } read_socket(sock, buffer, header.arg_length); pid = *((long *) buffer); - if( !kwrapper ) /* kwrapper shouldn't print any output */ - printf("[trinity kinit] Launched process with pid = %ld\n", pid); - else +// if( !kwrapper ) /* kwrapper shouldn't print any output */ +// printf("[trinity kinit] Launched process with pid = %ld\n", pid); + if ( !(!kwrapper) ) kwrapper_run( pid ); } else if (header.cmd == LAUNCHER_ERROR) |