Skip to content

Commit

Permalink
Fix debug message for initial timer worker thread
Browse files Browse the repository at this point in the history
Has been inadvertently changed in 637147a.
  • Loading branch information
usev6 committed Oct 22, 2019
1 parent e4c4810 commit c745d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/ThreadPoolScheduler.pm6
Expand Up @@ -374,7 +374,7 @@ my class ThreadPoolScheduler does Scheduler {
scheduler => self
)
)),
scheduler-debug("Created initial general worker thread"),
scheduler-debug("Created initial timer worker thread"),
self!maybe-start-supervisor
)
)
Expand Down

0 comments on commit c745d6b

Please sign in to comment.