Skip to content

Commit

Permalink
add client address
Browse files Browse the repository at this point in the history
  • Loading branch information
jennijuju committed Dec 13, 2021
1 parent d752855 commit 8c4c2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lotus-shed/terminations.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ var terminationsCmd = &cli.Command{
if err != nil || !find {
return err
}
fmt.Printf("%s, %d, %d, %s, %s\n", msg.To, sector.SectorNumber, deal, prop.PieceCID, prop.Label)
fmt.Printf("%s, %d, %d, %s, %s, %s\n", msg.To, sector.SectorNumber, deal, prop.Client, prop.PieceCID, prop.Label)
}
}
}
Expand Down

0 comments on commit 8c4c2ee

Please sign in to comment.