ready to check missing trigger

This commit is contained in:
Nam Tran
2020-11-24 22:22:46 -06:00
parent 78fc7cb184
commit b8550dee70
2 changed files with 8 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ Channel::Channel(char const * ptr, size_t len, uint32_t board) {
}
void Channel::Print(){
if (valid) {
spdlog::get("zynqDump")->info("board {}, channel {}, spill {}, size {}, blocks {}, crossing {}, integrals {}, {}, {}",
spdlog::get("zynqDump")->debug("board {}, channel {}, spill {}, size {}, blocks {}, crossing {}, integrals {}, {}, {}",
board_id, id, spill, size, block_count, crossing, integral[0], integral[1], integral[2]);
}
else {