Skip to content

Commit 3582b42

Browse files
committed
Sch: Enable :move logs
1 parent 3abaa9f commit 3582b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sch/util.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DAGDEBUG_CATEGORIES = Symbol[:global, :submit, :schedule, :scope,
2-
:take, :execute, :processor]
2+
:take, :execute, :move, :processor]
33
macro dagdebug(thunk, category, msg, args...)
44
cat_sym = category.value
55
@gensym id

0 commit comments

Comments
 (0)