format string requires 2 parameters but only 1 is given
Signed-off-by: Wei,Jiangang <[email protected]>
---
testcases/network/nfs/nfsstress/make_tree.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testcases/network/nfs/nfsstress/make_tree.c
b/testcases/network/nfs/nfsstress/make_tree.c
index 7b18da3..4163988 100644
--- a/testcases/network/nfs/nfsstress/make_tree.c
+++ b/testcases/network/nfs/nfsstress/make_tree.c
@@ -319,7 +319,8 @@ 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.9.3
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list