Skip to content

Commit

Permalink
NO-JIRA fixing log.trace
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Apr 30, 2024
1 parent b50f01b commit 5d5b2fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public PageCursorProviderImpl(final PagingStore pagingStore,
@Override
public synchronized PageSubscription createSubscription(long cursorID, Filter filter, boolean persistent) {
if (logger.isTraceEnabled()) {
logger.trace("{} creating subscription {} {} with filter {}", this.pagingStore.getAddress(), cursorID, filter);
logger.trace("{} creating subscription {} {} with filter {}", this, this.pagingStore.getAddress(), cursorID, filter);
}

if (activeCursors.containsKey(cursorID)) {
Expand Down

0 comments on commit 5d5b2fe

Please sign in to comment.