public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH]: Fix dprt() function call by adding gettid()
@ 2015-05-27  3:47 Manjeet Pawar
  2015-05-27  9:22 ` Cyril Hrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Manjeet Pawar @ 2015-05-27  3:47 UTC (permalink / raw)
  To: ltp-list, Yogesh Narayan Gaur

From: Manjeet Pawar <manjeet.p@samsung.com>

This patch adds missing gettid() function call in dprt

Signed-off-by: Manjeet Pawar <manjeet.p@samsung.com>
Reviewed-by: Yogesh Gaur <yn.gaur@samsung.com>
---
 testcases/network/nfs/nfsstress/make_tree.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/network/nfs/nfsstress/make_tree.c b/testcases/network/nfs/nfsstress/make_tree.c
index 7b18da3..99252ae 100644
--- a/testcases/network/nfs/nfsstress/make_tree.c
+++ b/testcases/network/nfs/nfsstress/make_tree.c
@@ -319,7 +319,7 @@ static int init_compile(int what_todo,	/* do a compile or clean             */
 				return 1;
 			}
 
-			dprt("pid[%d]: init_compile(): status = %d\n", status);
+			dprt("pid[%d]: init_compile(): status = %d\n", gettid(), status);
 			dprt("we are here %d\n", __LINE__);
 			return status;
 		}
-- 
1.7.9.5
------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-27  9:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-27  3:47 [LTP] [PATCH]: Fix dprt() function call by adding gettid() Manjeet Pawar
2015-05-27  9:22 ` Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox