printout tweak, bump tmtc
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-03-02 17:55:47 +01:00
parent 0fc17624f3
commit 00834de1b7
2 changed files with 2 additions and 2 deletions

View File

@ -395,7 +395,7 @@ LocalPoolDataSetBase* ImtqHandler::getDataSetHandle(sid_t sid) {
} else if (sid == negZselfTestDataset.getSid()) {
return &negZselfTestDataset;
} else {
sif::error << "IMTQHandler::getDataSetHandle: Invalid sid" << std::endl;
sif::error << "ImtqHandler::getDataSetHandle: Invalid SID"<< std::endl;
return nullptr;
}
}

2
tmtc

Submodule tmtc updated: 2dd850f072...77fbcede10