Changeset 12419 for trunk/FACT++
- Timestamp:
- 11/06/11 02:33:00 (13 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Fits.cc
r12418 r12419 215 215 corruptName << fFileName << "corrupt" << append; 216 216 } 217 this->fFile->Close(); 217 218 if (rename(fFileName.c_str(), corruptName.str().c_str()) != 0) 218 219 { -
trunk/FACT++/src/datalogger.cc
r12277 r12419 1865 1865 if (!sub.nightlyFile.Write(*sub.fConv.get())) 1866 1866 { 1867 sub.nightlyFile.Close();1867 //sub.nightlyFile.Close(); 1868 1868 RemoveService(sub.server, sub.service, false); 1869 1869 GoToNightlyWriteErrorState();
Note:
See TracChangeset
for help on using the changeset viewer.