address cr

This commit is contained in:
fjy 2014-09-15 13:14:23 -07:00
parent 1615e1ac63
commit aa28bc0613
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ public class DirectDruidClient<T> implements QueryRunner<T>
}
}
catch (IOException | InterruptedException | ExecutionException e) {
throw new RE(e, "Failure getting results from[%s]. Likely a timeout occurred.", url);
throw new RE(e, "Failure getting results from[%s] because of [%s]", url, e.getMessage());
}
catch (CancellationException e) {
throw new QueryInterruptedException("Query cancelled");