diff --git a/thread.go b/thread.go index dc85c86..0842c9a 100644 --- a/thread.go +++ b/thread.go @@ -596,7 +596,7 @@ func ThreadStart(ctx * Context, node ThreadNode) (string, error) { func ThreadWait(ctx * Context, node ThreadNode) (string, error) { thread := node.ThreadHandle() - ctx.Log.Logf("thread", "THREAD_WAIT: %s", thread.ID()) + ctx.Log.Logf("thread", "THREAD_WAIT: %s - %+v", thread.ID(), thread.ActionQueue) for { select { case signal := <- thread.Chan: