added debug statement for testing
All checks were successful
EIVE/eive-obsw/pipeline/pr-v3.0.0-dev This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-v3.0.0-dev This commit looks good
This commit is contained in:
parent
26ed774806
commit
dcf3b1b1fe
@ -1080,6 +1080,7 @@ ReturnValue_t CoreController::actionListDirectoryDumpDirectly(ActionId_t actionI
|
|||||||
std::filesystem::remove(LIST_DIR_DUMP_WORK_FILE, e);
|
std::filesystem::remove(LIST_DIR_DUMP_WORK_FILE, e);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
sif::debug << "dumped segment " << dumpContext.segmentIdx << std::endl;
|
||||||
dumpContext.segmentIdx++;
|
dumpContext.segmentIdx++;
|
||||||
dumpContext.dumpedBytes += nextDumpLen;
|
dumpContext.dumpedBytes += nextDumpLen;
|
||||||
// Dump takes multiple task cycles, so cache the dump state and continue dump the next cycles.
|
// Dump takes multiple task cycles, so cache the dump state and continue dump the next cycles.
|
||||||
@ -2385,6 +2386,7 @@ void CoreController::dirListingDumpHandler() {
|
|||||||
actionHelper.finish(false, dumpContext.commander, dumpContext.actionId, result);
|
actionHelper.finish(false, dumpContext.commander, dumpContext.actionId, result);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
sif::debug << "dumped segment " << dumpContext.segmentIdx << std::endl;
|
||||||
dumpContext.segmentIdx++;
|
dumpContext.segmentIdx++;
|
||||||
dumpContext.dumpedBytes += nextDumpLen;
|
dumpContext.dumpedBytes += nextDumpLen;
|
||||||
// Dump takes multiple task cycles, so cache the dump state and continue dump the next cycles.
|
// Dump takes multiple task cycles, so cache the dump state and continue dump the next cycles.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user