Skip to content

Commit

Permalink
minor style correction
Browse files Browse the repository at this point in the history
  • Loading branch information
maqi committed Aug 27, 2014
1 parent db7750c commit c6ff3c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/maidsafe/rudp/core/dispatcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ void Dispatcher::HandleReceiveFrom(const asio::const_buffer& data,
<< " , " << DebugId(socket->PeerNodeId());
socket->HandleReceiveFrom(data, endpoint);
} catch (const std::exception& e) {
// TODO - This is only a temp fix. The socket shall be held as shared_ptr across
// owners to be thread safe avoid causing bad_alloc issue
// TODO(Team) - This is only a temp fix. The socket shall be held as shared_ptr
// among owners to be thread safe avoid causing bad_alloc issue
LOG(kError) << boost::diagnostic_information(e);
}
}
Expand Down

0 comments on commit c6ff3c0

Please sign in to comment.