Skip to content

Commit 4a88ab1

Browse files
authored
Fix log output for signaling workflows
1 parent b49193b commit 4a88ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func (c *client) SignalWorkflow(ctx context.Context, instanceID string, name str
100100
return err
101101
}
102102

103-
c.backend.Logger().Debug("Canceled workflow instance", "instance_id", instanceID)
103+
c.backend.Logger().Debug("Signaled workflow instance", "instance_id", instanceID)
104104

105105
return nil
106106
}

0 commit comments

Comments
 (0)