summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/googlesource/gerrit/plugins/replication/EventsStorage.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/googlesource/gerrit/plugins/replication/EventsStorage.java')
-rw-r--r--src/main/java/com/googlesource/gerrit/plugins/replication/EventsStorage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/googlesource/gerrit/plugins/replication/EventsStorage.java b/src/main/java/com/googlesource/gerrit/plugins/replication/EventsStorage.java
index 36d9ce0..c567876 100644
--- a/src/main/java/com/googlesource/gerrit/plugins/replication/EventsStorage.java
+++ b/src/main/java/com/googlesource/gerrit/plugins/replication/EventsStorage.java
@@ -75,7 +75,7 @@ public class EventsStorage {
try {
Files.delete(refUpdates().resolve(eventKey));
} catch (IOException e) {
- log.error("Error while deleting event {}", eventKey);
+ log.error("Error while deleting event {}", eventKey, e);
}
}
}