Skip to content

Commit

Permalink
added logs
Browse files Browse the repository at this point in the history
  • Loading branch information
smaulik13 committed Feb 26, 2025
1 parent 1e12d3a commit e54c557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/go/0chain.net/blobbercore/handler/storage_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ func (fsh *StorageHandler) GetLatestWriteMarker(ctx context.Context, r *http.Req
if err != nil {
return nil, common.NewError("invalid_signature", "could not verify the allocation owner"+err.Error())
}
return nil, common.NewError("invalid_signature", "could not verify the allocation owner")
return nil, common.NewError("invalid_signature", "could not verify the allocation owner"+": "+publicKey+": "+allocationId+": "+allocationTx+": "+clientSignV2)
}

var vm *writemarker.VersionMarker
Expand Down

0 comments on commit e54c557

Please sign in to comment.