Skip to content

Commit 4f20b0b

Browse files
committed
err msg changed
1 parent 767e485 commit 4f20b0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/core/src/main/java/org/apache/ignite/internal/processors/cache/store/GridCacheStoreManagerAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ private void sessionEnd0(@Nullable IgniteInternalTx tx, boolean threwEx) throws
940940
}
941941
}
942942
catch (RuntimeException e) {
943-
U.error(log, "Exception raised during sessionEnd: ", e);
943+
U.error(log, "Exception raised during the notification of cache store session listeners: ", e);
944944

945945
if (!threwEx)
946946
throw U.cast(e);

0 commit comments

Comments
 (0)