info output commented out
This commit is contained in:
parent
c075e1bf23
commit
e40c9f42c6
@ -169,13 +169,13 @@ ReturnValue_t TmTcBridge::handleStoredTm() {
|
|||||||
|
|
||||||
void TmTcBridge::registerCommConnect() {
|
void TmTcBridge::registerCommConnect() {
|
||||||
if(!communicationLinkUp) {
|
if(!communicationLinkUp) {
|
||||||
info << "TMTC Bridge: Registered Comm Link Connect" << std::endl;
|
//info << "TMTC Bridge: Registered Comm Link Connect" << std::endl;
|
||||||
communicationLinkUp = true;
|
communicationLinkUp = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void TmTcBridge::registerCommDisconnect() {
|
void TmTcBridge::registerCommDisconnect() {
|
||||||
info << "TMTC Bridge: Registered Comm Link Disconnect" << std::endl;
|
//info << "TMTC Bridge: Registered Comm Link Disconnect" << std::endl;
|
||||||
if(communicationLinkUp) {
|
if(communicationLinkUp) {
|
||||||
communicationLinkUp = false;
|
communicationLinkUp = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user