This is an automated email from the ASF dual-hosted git repository. klund pushed a commit to branch GEM-1722-1629 in repository https://gitbox.apache.org/repos/asf/geode.git
commit 03d53b8003b8e50770899904a7438f3033371418 Author: Kirk Lund <[email protected]> AuthorDate: Fri Jun 8 10:49:13 2018 -0700 Fix spotless format --- .../src/main/java/org/apache/geode/internal/cache/LocalRegion.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/LocalRegion.java b/geode-core/src/main/java/org/apache/geode/internal/cache/LocalRegion.java index 48ff265..3800779 100644 --- a/geode-core/src/main/java/org/apache/geode/internal/cache/LocalRegion.java +++ b/geode-core/src/main/java/org/apache/geode/internal/cache/LocalRegion.java @@ -11553,7 +11553,8 @@ public class LocalRegion extends AbstractRegion implements LoaderHelperFactory, if (this.entries instanceof AbstractRegionMap) { ((AbstractRegionMap) this.entries).verifyTombstoneCount(this.tombstoneCount); } - logger.info("GEM-1722: Dumping region of size {} tombstones: {}: {}", size(), getTombstoneCount(), + logger.info("GEM-1722: Dumping region of size {} tombstones: {}: {}", size(), + getTombstoneCount(), this.toString()); if (this.entries instanceof AbstractRegionMap) { ((AbstractRegionMap) this.entries).dumpMap(); -- To stop receiving notification emails like this one, please contact [email protected].
