Skip to content

Commit

Permalink
log transcoder capability incompatibility error
Browse files Browse the repository at this point in the history
  • Loading branch information
kyriediculous committed Jun 21, 2024
1 parent b7ebaaf commit 3da41c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/ot_rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@ func (h *lphttp) RegisterTranscoder(req *net.RegisterRequest, stream net.Transco
}
// handle case of legacy Transcoder which do not advertise capabilities
if req.Capabilities == nil {
return errCapabilities
glog.Errorf("No capabilities advertised by transcoder=%s", errCapCompat.Error())
return errCapCompat
}

if req.EthereumAddress == nil {
Expand Down

0 comments on commit 3da41c5

Please sign in to comment.