printf format string requires 1 parameter but only 0 are given.
Signed-off-by: Wei,Jiangang <[email protected]>
---
testcases/kernel/fs/doio/growfiles.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testcases/kernel/fs/doio/growfiles.c
b/testcases/kernel/fs/doio/growfiles.c
index a656978..09e7f35 100644
--- a/testcases/kernel/fs/doio/growfiles.c
+++ b/testcases/kernel/fs/doio/growfiles.c
@@ -677,7 +677,7 @@ int main(int argc, char **argv)
exit(1);
}
Upanic_on_error++;
- printf("%s: Will call upanic after writes\n");
+ printf("%s%s: Will call upanic after writes\n",
Progname, TagName);
#else
printf
("%s%s: --P is illegal option on non-cray system\n",
--
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