Skip to content

Commit

Permalink
add some static/temporary logging to see what is going on
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Oct 17, 2024
1 parent 38e9ce5 commit 11f954a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public static void release() {
else print.e(Thread.currentThread().getName() + " do release: null");
pcThreadLocal.set(null);
pcThreadLocalInheritable.set(null);
print.e(Thread.currentThread().getName() + " released");
print.ds(Thread.currentThread().getName() + " released");
}

public static Config getConfig(PageContext pc) {
Expand Down

0 comments on commit 11f954a

Please sign in to comment.