Commit c71c2b71 authored by s7v7nislands's avatar s7v7nislands

add debug log

parent b6c52d72
...@@ -224,6 +224,7 @@ func (eq *EngineQueue) Step(ctx context.Context) error { ...@@ -224,6 +224,7 @@ func (eq *EngineQueue) Step(ctx context.Context) error {
return err return err
} else { } else {
eq.safeAttributes = next eq.safeAttributes = next
eq.log.Debug("Adding next safe attributes", "safe_head", eq.safeHead, "next", eq.safeAttributes)
return NotEnoughData return NotEnoughData
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment