Skip to content

Commit

Permalink
Fix termination when BufferManager configuration fails
Browse files Browse the repository at this point in the history
  • Loading branch information
lrapetti authored Sep 6, 2023
1 parent 49025e5 commit bdd9097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrappers/IWearLogger/src/IWearLogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,7 @@ bool IWearLogger::attach(yarp::dev::PolyDriver* poly)

if (!pImpl->configureBufferManager()) {
yError() << logPrefix << "Failed to configure buffer manager for the logger.";
return false;
}

// Start the PeriodicThread loop
Expand Down

0 comments on commit bdd9097

Please sign in to comment.