Skip to content

Commit

Permalink
gs: Add extra nsgs error log
Browse files Browse the repository at this point in the history
  • Loading branch information
onizmx committed Nov 30, 2023
1 parent ce857ea commit 1970578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gatewayserver/grpc_nsgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func (gs *GatewayServer) ScheduleDownlink(ctx context.Context, down *ttnpb.Downl

rx1, rx2, delay, err := conn.ScheduleDown(path, connDown)
if err != nil {
logger.WithField("gateway_uid", uid).WithError(err).Debug("Failed to schedule on path")
logger.WithField("gateway_uid", uid).Info("Failed to schedule on path")
pathErrs = append(pathErrs, errSchedulePath.WithCause(err).WithAttributes("gateway_uid", uid))
registerScheduleDownlinkFail(ctx, conn.Gateway(), err, conn.Frontend().Protocol())
continue
Expand Down

0 comments on commit 1970578

Please sign in to comment.