Commit c936eb01 authored by Nick Craver's avatar Nick Craver Committed by Nick Craver

Fix default error message

parent c0c6db21
......@@ -2146,7 +2146,7 @@ internal T ExecuteSyncImpl<T>(Message message, ResultProcessor<T> processor, Ser
{
Trace("Timeout performing " + message);
Interlocked.Increment(ref syncTimeouts);
throw ExceptionFactory.Timeout(this, "Timeout performing " + message.Command.ToString(), message, server);
throw ExceptionFactory.Timeout(this, null, message, server);
// very important not to return "source" to the pool here
}
}
......
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