mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-25 14:45:54 -05:00
include segments in debug output
This commit is contained in:
parent
eb8a51aecb
commit
de643f9f8d
@ -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()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user