Skip to content

Commit 48f33f9

Browse files
committed
simpleruntime: remove leftover heartbeat wording
1 parent c6d2aa8 commit 48f33f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/simpleruntime/response_finalization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ func (oc *AIClient) redactInitialStreamingMessage(ctx context.Context, portal *b
333333
},
334334
}, nil)
335335
if err != nil {
336-
oc.loggerForContext(ctx).Warn().Err(err).Stringer("event_id", state.initialEventID).Msg("Failed to redact heartbeat reply message")
336+
oc.loggerForContext(ctx).Warn().Err(err).Stringer("event_id", state.initialEventID).Msg("Failed to redact initial streaming message")
337337
}
338338
}
339339

0 commit comments

Comments
 (0)