[netperf-dev] netperf2 commit notice r514 - trunk/src

raj at netperf.org raj at netperf.org
Fri Dec 2 16:53:35 PST 2011


Author: raj
Date: 2011-12-02 16:53:35 -0800 (Fri, 02 Dec 2011)
New Revision: 514

Modified:
   trunk/src/nettest_omni.c
Log:
fix the output headers for the test uuid display

Modified: trunk/src/nettest_omni.c
===================================================================
--- trunk/src/nettest_omni.c	2011-12-02 23:22:34 UTC (rev 513)
+++ trunk/src/nettest_omni.c	2011-12-03 00:53:35 UTC (rev 514)
@@ -1821,7 +1821,7 @@
   set_output_elt(COMMAND_LINE, "Command","Line","","","\"%s\"",
 		 command_line,1, 0);
 
-  set_output_elt(UUID, "Test", "i", "", "", "%s", test_uuid, 1, 0);
+  set_output_elt(UUID, "Test", "UUID", "", "", "%s", test_uuid, 1, 0);
 
   set_output_elt(RESULT_BRAND, "Result", "Tag", "", "", "\"%s\"",
 		 result_brand, 1, 0);



More information about the netperf-dev mailing list