IndexerCoordinatorResource: Log when remote task action fails

This commit is contained in:
Gian Merlino 2013-07-24 16:13:12 -07:00
parent 30d98f56c1
commit 6d1cb1bfc1
1 changed files with 1 additions and 0 deletions

View File

@ -267,6 +267,7 @@ public class IndexerCoordinatorResource
retMap.put("result", ret);
}
catch (IOException e) {
log.warn(e, "Failed to perform task action");
return Response.serverError().build();
}