Skip to content

Commit

Permalink
Use variable in log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmarion committed Jan 24, 2025
1 parent 5cfa92a commit 8e3cc7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ synchronized void setupWatchers() {
zk.addPersistentRecursiveWatchers(watchedPaths, watcher);
clear();
log.trace("{} Reinitialized persistent watchers and cleared cache {}", cacheId,
getZKClientObjectVersion());
zkClientTracker.get());
} catch (KeeperException | InterruptedException e) {
throw new RuntimeException("Error setting up persistent recursive watcher", e);
}
Expand Down

0 comments on commit 8e3cc7a

Please sign in to comment.