Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit a408c50

Browse files
author
Rustam Aliyev
committed
Minor logging message and IT fix.
1 parent fe710b5 commit a408c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/main/java/com/elasticinbox/core/cassandra/CassandraLabelDAO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public LabelMap getAllWithMetadata(final Mailbox mailbox)
9090
// assume zeros for all counters if not yet initialised
9191
labels.get(labelId).setCounters(new LabelCounters());
9292
} else if (!labels.containsId(labelId) && counters.containsKey(labelId)) {
93-
logger.warn("Found counters for label {}, but label does not exist.", labelId);
93+
logger.warn("Found counters for label {}/{}, but label does not exist.", mailbox.getId(), labelId);
9494
}
9595
}
9696

0 commit comments

Comments
 (0)