Fix a typo in switchFunc.py

Change-Id: I2a3191e4a8a23e29db557f1e65f4b3d72c27c53c
diff --git a/TestON/tests/SCPF/SCPFswitchLat/dependencies/switchFunc.py b/TestON/tests/SCPF/SCPFswitchLat/dependencies/switchFunc.py
index aad5335..77a6c7e 100644
--- a/TestON/tests/SCPF/SCPFswitchLat/dependencies/switchFunc.py
+++ b/TestON/tests/SCPF/SCPFswitchLat/dependencies/switchFunc.py
@@ -187,9 +187,9 @@
                 resultDict[switchStatus]['node' + str(i)][ 'D_G' ].append( D_Gtemp )
                 resultDict[switchStatus]['node' + str(i)][ 'E_E' ].append( E_Etemp )
 
-            main.log.info( "{} Role Reply to Device: {}".format( d, str(RR_Dtemp) ) )
-            main.log.info( "{} Device to Graph: {}".format( d, str(D_Gtemp) ) )
-            main.log.info( "{} End to End: {}".format( d, str(E_Etemp) ) )
+            main.log.info( "Node {} Role Reply to Device: {}".format(str(i), str(RR_Dtemp) ) )
+            main.log.info( "Node {} Device to Graph: {}".format(str(i), str(D_Gtemp) ) )
+            main.log.info( "Node {} End to End: {}".format(str(i), str(E_Etemp) ) )
 
     if switchStatus == "down":
         # down Latency
@@ -201,6 +201,7 @@
                 main.log.warn("Tshark Result was incorrect!")
                 main.log.warn(tempResultDict)
                 return
+
             if not warmup:
                 resultDict[switchStatus][d][ 'FA_A' ].append( FA_Atemp )
             main.log.info( "{} FIN/ACK TO ACK {}:".format(d , FA_Atemp) )