Skip to content

Commit

Permalink
fix: fix panic if cannot find a conn form the connector (yomorun#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
woorui authored Apr 24, 2024
1 parent 48dea24 commit bb7f9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ func (s *Server) routingDataFrame(c *Context) error {
continue
}
if !ok {
c.Logger.Error("can't find forward conn", "to_id", toID, "to_name", conn.Name())
c.Logger.Error("can't find forward conn", "to_id", toID)
continue
}

Expand Down

0 comments on commit bb7f9a1

Please sign in to comment.