From: Manjeet Pawar <manjeet.p@samsung.com>
To: ltp-list@lists.sourceforge.net,
Yogesh Narayan Gaur <yn.gaur@samsung.com>
Subject: [LTP] [PATCH]: Fix dprt() function call by adding gettid()
Date: Wed, 27 May 2015 03:47:48 +0000 (GMT) [thread overview]
Message-ID: <1815411283.124861432698468787.JavaMail.weblogic@epmlwas05a> (raw)
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
next reply other threads:[~2015-05-27 3:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-27 3:47 Manjeet Pawar [this message]
2015-05-27 9:22 ` [LTP] [PATCH]: Fix dprt() function call by adding gettid() Cyril Hrubis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1815411283.124861432698468787.JavaMail.weblogic@epmlwas05a \
--to=manjeet.p@samsung.com \
--cc=ltp-list@lists.sourceforge.net \
--cc=yn.gaur@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox