~alan-griffiths/mir/fix-1716436

« back to all changes in this revision

Viewing changes to src/server/frontend/published_socket_connector.cpp

  • Committer: Tarmac
  • Author(s): Alan Griffiths
  • Date: 2017-08-16 00:44:29 UTC
  • mfrom: (4226.1.1 mir4)
  • Revision ID: tarmac-20170816004429-cvitn2mphui0wgnn
connector-report: Warn when there's an error connecting.

Approved by Gerry Boland, mir-ci-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
    {
139
139
        create_session_for(socket, [](std::shared_ptr<mf::Session> const&) {});
140
140
    }
 
141
    else
 
142
    {
 
143
        report->warning(ec.message());
 
144
    }
141
145
    start_accept();
142
146
}
143
147