mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 18:10:40 +02:00
works
This commit is contained in:
parent
51e45baeff
commit
47516cafde
@ -2250,7 +2250,7 @@ void UDPStandardImplementation::stopListening(int ithread, int numbytes){
|
||||
listeningThreadsMask^=(1<<ithread);
|
||||
//#ifdef DEBUG4
|
||||
//cprintf(BLUE,"Listening_Thread %d: Resetting mask of listening thread. New Mask: 0x%x", ithread, listeningThreadsMask);
|
||||
cprintf(BLUE,"Listening_Thread %d: Packets listened to :%d\n",ithread, (totalListeningPacketCount[ithread]));
|
||||
FILE_LOG(logINFO) << "Listening Thread of " << udpPortNum[ithread] << "got " << totalListeningPacketCount[ithread] << " packets";
|
||||
//cprintf(BLUE,"Listening_Thread %d: Frames listened to :%d\n",ithread, (totalListeningPacketCount[ithread]/packetsPerFrame));
|
||||
//#endif
|
||||
pthread_mutex_unlock(&(statusMutex));
|
||||
|
Loading…
x
Reference in New Issue
Block a user