Mir

Code review comment for lp:~alan-griffiths/mir/frontend-ConnectorReport-enablement

Revision history for this message
Alexandros Frantzis (afrantzis) wrote :

422 + ss << "Starting " << count << ") ended.";

ss << "Starting " << count << " threads.";

457 +ss << "thread (" << std::this_thread::get_id() << ") Error: " << boost::diagnostic_information(error) << std::endl;

Do we need the endl?

review: Needs Fixing

« Back to merge proposal