some tweaks for busy handling #500
@ -216,7 +216,7 @@ ReturnValue_t PersistentTmStore::loadNextDumpFile() {
|
|||||||
sif::error << "PersistentTmStore: Could not retrieve file size: " << e.message() << std::endl;
|
sif::error << "PersistentTmStore: Could not retrieve file size: " << e.message() << std::endl;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
sif::debug << "Path: " << dumpParams.dirEntry.path() << std::endl;
|
//sif::debug << "Path: " << dumpParams.dirEntry.path() << std::endl;
|
||||||
|
|
||||||
// Can't even read CCSDS header.
|
// Can't even read CCSDS header.
|
||||||
if (dumpParams.fileSize <= 6) {
|
if (dumpParams.fileSize <= 6) {
|
||||||
|
Loading…
Reference in New Issue
Block a user