|
@@ -16048,7 +16048,8 @@ void checkTempStopTransaction(int gun_index)
|
|
|
strncpy(connectorStr, str, 1);
|
|
|
if(atoi(connectorStr) != (gun_index+1))
|
|
|
{
|
|
|
- DEBUG_INFO("atoi(connectorStr) = %d\n", atoi(connectorStr));
|
|
|
+ DEBUG_INFO("atoi(connectorStr) = %d, gun_index = %d\n", atoi(connectorStr), gun_index);
|
|
|
+ fclose(fptr1);
|
|
|
return ;
|
|
|
}
|
|
|
|