Skip to content

Commit

Permalink
iox-eclipse-iceoryx#381 remove logmessage
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <dietrich.kroenke@apex.ai>
  • Loading branch information
dkroenke committed Dec 14, 2020
1 parent 2102496 commit d191547
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iceoryx_utils/source/posix_wrapper/message_queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ cxx::expected<ProcessName_t, IpcChannelError> MessageQueue::isNameValid(const Pr
}
else if (name.c_str()[0] != '/')
{
std::clog << "Adding leading slash in name for Message Queue. Name is maybe truncated." << std::endl;
return cxx::success<ProcessName_t>(ProcessName_t("/").append(iox::cxx::TruncateToCapacity, name));
}
else
Expand Down

0 comments on commit d191547

Please sign in to comment.