include segments in debug output

This commit is contained in:
Scott Lamb 2018-12-29 13:15:01 -06:00
parent eb8a51aecb
commit de643f9f8d

View File

@ -1529,6 +1529,7 @@ impl fmt::Debug for File {
.field("last_modified", &self.0.last_modified)
.field("etag", &self.0.etag)
.field("slices", &self.0.slices)
.field("segments", &self.0.segments)
.finish()
}
}