Commit 1ea6c217 authored by ccs-kenji-andoh's avatar ccs-kenji-andoh Committed by Nick Craver

fix PhysicalConnection.BeginReading exception handling

parent b2957234
......@@ -685,6 +685,7 @@ private void BeginReading()
catch (IOException ex)
{
Multiplexer.Trace("Could not connect: " + ex.Message, physicalName);
throw;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment