Skip to content

Commit

Permalink
Fix debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
lrettig committed Jul 30, 2020
1 parent a35c891 commit 1d89d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/grpcserver/mesh_service.go
Expand Up @@ -325,7 +325,7 @@ func (s MeshService) readLayer(layer *types.Layer, layerStatus pb.Layer_LayerSta
if err != nil {
// This is expected. We can only retrieve state root for a layer that was applied to state,
// which only happens after it's approved/confirmed.
log.With().Debug("error getting state root for layer",
log.With().Debug("no state root for layer",
layer, log.String("status", layerStatus.String()), log.Err(err))
}
return &pb.Layer{
Expand Down

0 comments on commit 1d89d43

Please sign in to comment.