Просмотр исходного кода

removed testing output message

Alois Zoitl 16 лет назад
Родитель
Сommit
d814f682ea
1 измененных файлов с 1 добавлено и 5 удалено
  1. 1 5
      src/cip/cipconnectionmanager.c

+ 1 - 5
src/cip/cipconnectionmanager.c

@@ -272,13 +272,9 @@ handleReceivedConnectedData(EIP_UINT8 * pa_pnData, int pa_nDataLength)
               if (pstConnectionObject == 0)
                 return EIP_ERROR;
 
-              OPENER_TRACE_INFO("Sequence nummer: %ld, %ld\n",
-                  g_stCPFDataItem.stAddr_Item.Data.SequenceNumber,
-                  pstConnectionObject->EIPSequenceCountConsuming);
-
               if (SEQ_GEQ32(g_stCPFDataItem.stAddr_Item.Data.SequenceNumber, pstConnectionObject->EIPSequenceCountConsuming))
                 {
-                  /* reset the watchdogtimer */
+                  /* reset the watchdog timer */
                   pstConnectionObject->InnacitvityWatchdogTimer
                       = (pstConnectionObject->O_to_T_RPI / 1000) << 2;