From 09cd712e2abf45159b65d1f9176b59cb5c10cc4a Mon Sep 17 00:00:00 2001 From: grev Date: Fri, 14 Nov 2008 16:23:25 +0000 Subject: [PATCH] b=17229 i=Adilger remote multiop fix --- lustre/tests/multiop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/multiop.c b/lustre/tests/multiop.c index b5f745d..946fe05 100755 --- a/lustre/tests/multiop.c +++ b/lustre/tests/multiop.c @@ -194,7 +194,7 @@ int main(int argc, char **argv) case '_': if (usr1_received == 0) { if (verbose) { - printf("PAUSING\n"); + printf("PAUSING %u\n", getpid()); fflush(stdout); } pause(); -- 1.8.3.1