Skip to content

Commit fb61027

Browse files
committed
Minor print remapping
1 parent 414d864 commit fb61027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db-connector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1754,7 +1754,7 @@ func Fixexecution(ctx context.Context, workflowExecution WorkflowExecution) (Wor
17541754
mappedOutput := AgentOutput{}
17551755
err = json.Unmarshal([]byte(innerresult.Result), &mappedOutput)
17561756
if err != nil {
1757-
log.Printf("[DEBUG] Failed in mapped output mapping: %s", err)
1757+
log.Printf("[WARNING] Agent mapping: Failed in mapped output mapping: %s", err)
17581758
}
17591759

17601760
decisionsUpdated := false

0 commit comments

Comments
 (0)