mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-19 18:53:13 +01:00
removed prints
This commit is contained in:
@@ -1578,7 +1578,7 @@ int UDPStandardImplementation::createNewFile(int ithread){
|
|||||||
//setting file buffer size to 16mb
|
//setting file buffer size to 16mb
|
||||||
setvbuf(sfilefd[ithread],NULL,_IOFBF,BUF_SIZE);
|
setvbuf(sfilefd[ithread],NULL,_IOFBF,BUF_SIZE);
|
||||||
|
|
||||||
|
cprintf(RED,"totalWritingPacketCount:%d\n",totalWritingPacketCount[ithread]);
|
||||||
//Print packet loss and filenames
|
//Print packet loss and filenames
|
||||||
if(!totalWritingPacketCount[ithread]){
|
if(!totalWritingPacketCount[ithread]){
|
||||||
frameNumberInPreviousFile[ithread] = -1;
|
frameNumberInPreviousFile[ithread] = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user