Skip to content

Commit

Permalink
fixed regression for MultipleAnalogSensorsServer
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Feb 7, 2024
1 parent 6f96e34 commit e3aa409
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ bool MultipleAnalogSensorsServer::attachAll(const yarp::dev::PolyDriverList& p)

if(!ok)
{
yCError(MULTIPLEANALOGSENSORSSERVER, "Failure in populateAllSensorsMetadata()");
close();
return false;
}
Expand Down Expand Up @@ -453,6 +454,7 @@ bool MultipleAnalogSensorsServer::attachAll(const yarp::dev::PolyDriverList& p)
return false;
}

yCDebug(MULTIPLEANALOGSENSORSSERVER, "Attach complete");
return true;
}

Expand All @@ -467,6 +469,7 @@ bool MultipleAnalogSensorsServer::detachAll()
m_rpcPort.close();
m_streamingPort.close();

yCDebug(MULTIPLEANALOGSENSORSSERVER, "Detach complete");
return true;
}

Expand Down

0 comments on commit e3aa409

Please sign in to comment.