Merge "Add scheduled and running state for the checks with icons"
diff --git a/java/com/google/gerrit/plugins/checks/ChecksETagComputation.java b/java/com/google/gerrit/plugins/checks/ChecksETagComputation.java
index 7dc1501..ff66eff 100644
--- a/java/com/google/gerrit/plugins/checks/ChecksETagComputation.java
+++ b/java/com/google/gerrit/plugins/checks/ChecksETagComputation.java
@@ -47,7 +47,8 @@
       throw new StorageException(
           String.format(
               "Failed to compute ETag for checks of change %s in project %s",
-              changeId, projectName));
+              changeId, projectName),
+          e);
     }
   }
 }