mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-07 10:30:41 +02:00
removed prints
This commit is contained in:
parent
57979ce970
commit
3f9c5af61c
@ -1555,14 +1555,14 @@ int UDPStandardImplementation::createNewFile(int ithread){ cprintf(RED,"createne
|
||||
#endif
|
||||
|
||||
//filewrite enable & we allowed to create/close files
|
||||
if(fileWriteEnable && cbAction > DO_NOTHING){
|
||||
if(fileWriteEnable && cbAction > DO_NOTHING){cprintf(RED,"createnewfile11:\n");
|
||||
|
||||
//close file pointers
|
||||
if(sfilefd[ithread]){
|
||||
fclose(sfilefd[ithread]);
|
||||
sfilefd[ithread] = 0;
|
||||
}
|
||||
|
||||
cprintf(RED,"createnewfile 222:\n");
|
||||
//create file
|
||||
if(!overwriteEnable){
|
||||
if (NULL == (sfilefd[ithread] = fopen((const char *) (completeFileName[ithread]), "wx"))){
|
||||
|
Loading…
x
Reference in New Issue
Block a user