Skip to content

Commit ea5efa6

Browse files
debug
1 parent 604ad65 commit ea5efa6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/messages.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,11 @@ function flush_gc_msgs(w::Worker)
144144
end
145145
end
146146
if add_msgs !== nothing
147+
println("flush_gc_msgs: add_clients add_msgs=$add_msgs")
147148
remote_do(add_clients, w, add_msgs)
148149
end
149150
if del_msgs !== nothing
151+
println("flush_gc_msgs: del_clients del_msgs=$del_msgs")
150152
remote_do(del_clients, w, del_msgs)
151153
end
152154
return

0 commit comments

Comments
 (0)